#D08DD7

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

Shades of Plum #D08DD7

Tints of Plum #D08DD7

Color information

#D08DD7 (or 0xD08DD7) is unknown color: approx Plum. HEX triplet: D0, 8D and D7. RGB value is (208,141,215). Sum of RGB (Red+Green+Blue) = 208+141+215=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #D08DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD7 is #2F7228. Grayscale: #A9A9A9. Windows color (decimal): -3109417 or 14126544. OLE color: 14126544.

HSL color Cylindrical-coordinate representation of color #D08DD7: hue angle of 294.32º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08DD7 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208141215-
CMYK0.030.3400.16
HSL294.32º48.05%69.8%-
HSV(B)294.32º34.42%84.31%-
XYZ47.837.3768.98-
YUV169.47153.7155.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=36.88%
G=25%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081412150.030.3400.16294.3248.0569.8
HexD08DD73220101263046
Octal32021532734202044660106
Binary110100001000110111010111111000100100001001001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DD7; }

 p { color: rgb(208,141,215); }

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

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

 a { background-color: rgb(208,141,215); }

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

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

 span { border-color: rgb(208,141,215); }

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