#D08DD4

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

Shades of Plum #D08DD4

Tints of Plum #D08DD4

Color information

#D08DD4 (or 0xD08DD4) is unknown color: approx Plum. HEX triplet: D0, 8D and D4. RGB value is (208,141,212). Sum of RGB (Red+Green+Blue) = 208+141+212=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #D08DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DD4 is #2F722B. Grayscale: #A8A8A8. Windows color (decimal): -3109420 or 13929936. OLE color: 13929936.

HSL color Cylindrical-coordinate representation of color #D08DD4: hue angle of 296.62º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08DD4 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208141212-
CMYK0.020.3300.17
HSL296.62º45.22%69.22%-
HSV(B)296.62º33.49%83.14%-
XYZ47.4237.2166.97-
YUV169.13152.2155.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=37.08%
G=25.13%
B=37.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081412120.020.3300.17296.6245.2269.22
HexD08DD42210111292d45
Octal32021532424102145155105
Binary110100001000110111010100101000010100011001010011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DD4; }

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

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

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

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

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

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

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

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