#D08FD5

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

Shades of Plum #D08FD5

Tints of Plum #D08FD5

Color information

#D08FD5 (or 0xD08FD5) is unknown color: approx Plum. HEX triplet: D0, 8F and D5. RGB value is (208,143,213). Sum of RGB (Red+Green+Blue) = 208+143+213=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #D08FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FD5 is #2F702A. Grayscale: #AAAAAA. Windows color (decimal): -3108907 or 13995984. OLE color: 13995984.

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

Color convert

RGB208143213-
CMYK0.020.3300.16
HSL295.71º45.45%69.8%-
HSV(B)295.71º32.86%83.53%-
XYZ47.8537.8667.74-
YUV170.42152.03154.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 143 (56.25% from 255) = 25.35%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=36.88%
G=25.35%
B=37.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081432130.020.3300.16295.7145.4569.8
HexD08FD52210101282d46
Octal32021732524102045055106
Binary110100001000111111010101101000010100001001010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FD5; }

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

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

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

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

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

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

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

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