#D08CD7

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

Shades of Plum #D08CD7

Tints of Plum #D08CD7

Color information

#D08CD7 (or 0xD08CD7) is unknown color: approx Plum. HEX triplet: D0, 8C and D7. RGB value is (208,140,215). Sum of RGB (Red+Green+Blue) = 208+140+215=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #D08CD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CD7 is #2F7328. Grayscale: #A8A8A8. Windows color (decimal): -3109673 or 14126288. OLE color: 14126288.

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

Color convert

RGB208140215-
CMYK0.030.3500.16
HSL294.4º48.39%69.61%-
HSV(B)294.4º34.88%84.31%-
XYZ47.6637.0768.93-
YUV168.88154.03155.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=36.94%
G=24.87%
B=38.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081402150.030.3500.16294.448.3969.61
HexD08CD73230101263046
Octal32021432734302044660106
Binary110100001000110011010111111000110100001001001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CD7; }

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

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

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

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

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

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

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

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