#D08FD9

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

Shades of Plum #D08FD9

Tints of Plum #D08FD9

Color information

#D08FD9 (or 0xD08FD9) is unknown color: approx Plum. HEX triplet: D0, 8F and D9. RGB value is (208,143,217). Sum of RGB (Red+Green+Blue) = 208+143+217=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #D08FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FD9 is #2F7026. Grayscale: #AAAAAA. Windows color (decimal): -3108903 or 14258128. OLE color: 14258128.

HSL color Cylindrical-coordinate representation of color #D08FD9: hue angle of 292.7º 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 #D08FD9 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208143217-
CMYK0.040.3400.15
HSL292.7º49.33%70.59%-
HSV(B)292.7º34.1%85.1%-
XYZ48.3638.0670.44-
YUV170.87154.03154.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=36.62%
G=25.18%
B=38.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081432170.040.3400.15292.749.3370.59
HexD08FD94220F1253147
Octal32021733144201744561107
Binary110100001000111111011001100100010011111001001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FD9; }

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

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

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

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

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

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

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

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