#D08DD5

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

Shades of Plum #D08DD5

Tints of Plum #D08DD5

Color information

#D08DD5 (or 0xD08DD5) is unknown color: approx Plum. HEX triplet: D0, 8D and D5. RGB value is (208,141,213). Sum of RGB (Red+Green+Blue) = 208+141+213=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #D08DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD5 is #2F722A. Grayscale: #A9A9A9. Windows color (decimal): -3109419 or 13995472. OLE color: 13995472.

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

Color convert

RGB208141213-
CMYK0.020.3400.16
HSL295.83º46.15%69.41%-
HSV(B)295.83º33.8%83.53%-
XYZ47.5537.2667.64-
YUV169.24152.7155.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=37.01%
G=25.09%
B=37.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081412130.020.3400.16295.8346.1569.41
HexD08DD52220101282e45
Octal32021532524202045056105
Binary110100001000110111010101101000100100001001010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DD5; }

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

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

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

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

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

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

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

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