#D08FD7

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

Shades of Plum #D08FD7

Tints of Plum #D08FD7

Color information

#D08FD7 (or 0xD08FD7) is unknown color: approx Plum. HEX triplet: D0, 8F and D7. RGB value is (208,143,215). Sum of RGB (Red+Green+Blue) = 208+143+215=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #D08FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FD7 is #2F7028. Grayscale: #AAAAAA. Windows color (decimal): -3108905 or 14127056. OLE color: 14127056.

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

Color convert

RGB208143215-
CMYK0.030.3300.16
HSL294.17º47.37%70.2%-
HSV(B)294.17º33.49%84.31%-
XYZ48.137.9669.08-
YUV170.64153.03154.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 143 (56.25% from 255) = 25.27%
BLUE value IS 215 (84.38% from 255) = 37.99%
R=36.75%
G=25.27%
B=37.99%

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
Decimal2081432150.030.3300.16294.1747.3770.2
HexD08FD73210101262f46
Octal32021732734102044657106
Binary110100001000111111010111111000010100001001001101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FD7; }

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

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

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

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

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

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

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

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