#D08ED4

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

Shades of Plum #D08ED4

Tints of Plum #D08ED4

Color information

#D08ED4 (or 0xD08ED4) is unknown color: approx Plum. HEX triplet: D0, 8E and D4. RGB value is (208,142,212). Sum of RGB (Red+Green+Blue) = 208+142+212=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #D08ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ED4 is #2F712B. Grayscale: #A9A9A9. Windows color (decimal): -3109164 or 13930192. OLE color: 13930192.

HSL color Cylindrical-coordinate representation of color #D08ED4: hue angle of 296.57º 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 #D08ED4 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208142212-
CMYK0.020.3300.17
HSL296.57º44.87%69.41%-
HSV(B)296.57º33.02%83.14%-
XYZ47.5737.5167.02-
YUV169.71151.87155.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=37.01%
G=25.27%
B=37.72%

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
Decimal2081422120.020.3300.17296.5744.8769.41
HexD08ED42210111292d45
Octal32021632424102145155105
Binary110100001000111011010100101000010100011001010011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ED4; }

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

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

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

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

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

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

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

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