#D98FCC

Color #D98FCC Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D98FCC

Tints of Plum #D98FCC

Color information

#D98FCC (or 0xD98FCC) is unknown color: approx Plum. HEX triplet: D9, 8F and CC. RGB value is (217,143,204). Sum of RGB (Red+Green+Blue) = 217+143+204=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCC is #267033. Grayscale: #ABABAB. Windows color (decimal): -2519092 or 13406169. OLE color: 13406169.

HSL color Cylindrical-coordinate representation of color #D98FCC: hue angle of 310.54º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FCC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217143204-
CMYK00.340.060.15
HSL310.54º49.33%70.59%-
HSV(B)310.54º34.1%85.1%-
XYZ49.3438.7662.01-
YUV172.08146.02160.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=38.48%
G=25.35%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714320400.340.060.15310.5449.3370.59
HexD98FCC0226F1373147
Octal33121731404261746761107
Binary110110011000111111001100010001011011111001101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FCC; }

 p { color: rgb(217,143,204); }

 H1.HeaderClassName
 {
   color: #D98FCC;
 }
 .AnyTagClassName
 {
   color: #D98FCC;
 }
</style>
background-color css

<style>
 a { background-color: #D98FCC; }

 a { background-color: rgb(217,143,204); }

 div.DivClassName
 {
   background-color: #D98FCC;
 }
 .BgClassName
 {
   background-color: #D98FCC;
 }
</style>
border-color css

<style>
 span { border-color: #D98FCC; }

 span { border-color: rgb(217,143,204); }

 td.TdClassName
 {
   border-color: #D98FCC;
 }
 .TagClassName
 {
   border-color: #D98FCC;
 }
</style>