#D08CD8

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

Shades of Plum #D08CD8

Tints of Plum #D08CD8

Color information

#D08CD8 (or 0xD08CD8) is unknown color: approx Plum. HEX triplet: D0, 8C and D8. RGB value is (208,140,216). Sum of RGB (Red+Green+Blue) = 208+140+216=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #D08CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CD8 is #2F7327. Grayscale: #A8A8A8. Windows color (decimal): -3109672 or 14191824. OLE color: 14191824.

HSL color Cylindrical-coordinate representation of color #D08CD8: hue angle of 293.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D08CD8 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208140216-
CMYK0.040.3500.15
HSL293.68º49.35%69.8%-
HSV(B)293.68º35.19%84.71%-
XYZ47.7937.1269.61-
YUV169154.53155.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 140 (55.08% from 255) = 24.82%
BLUE value IS 216 (84.77% from 255) = 38.30%
R=36.88%
G=24.82%
B=38.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081402160.040.3500.15293.6849.3569.8
HexD08CD84230F1263146
Octal32021433044301744661106
Binary110100001000110011011000100100011011111001001101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CD8; }

 p { color: rgb(208,140,216); }

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

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

 a { background-color: rgb(208,140,216); }

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

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

 span { border-color: rgb(208,140,216); }

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