#D08FD6

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

Shades of Plum #D08FD6

Tints of Plum #D08FD6

Color information

#D08FD6 (or 0xD08FD6) is unknown color: approx Plum. HEX triplet: D0, 8F and D6. RGB value is (208,143,214). Sum of RGB (Red+Green+Blue) = 208+143+214=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #D08FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FD6 is #2F7029. Grayscale: #AAAAAA. Windows color (decimal): -3108906 or 14061520. OLE color: 14061520.

HSL color Cylindrical-coordinate representation of color #D08FD6: hue angle of 294.93º degrees, saturation: 0.46, 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 #D08FD6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208143214-
CMYK0.030.3300.16
HSL294.93º46.41%70%-
HSV(B)294.93º33.18%83.92%-
XYZ47.9737.9168.41-
YUV170.53152.53154.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 143 (56.25% from 255) = 25.31%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=36.81%
G=25.31%
B=37.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081432140.030.3300.16294.9346.4170
HexD08FD63210101272e46
Octal32021732634102044756106
Binary110100001000111111010110111000010100001001001111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FD6; }

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

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

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

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

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

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

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

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