#D287DF

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

Shades of Plum #D287DF

Tints of Plum #D287DF

Color information

#D287DF (or 0xD287DF) is unknown color: approx Plum. HEX triplet: D2, 87 and DF. RGB value is (210,135,223). Sum of RGB (Red+Green+Blue) = 210+135+223=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D287DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287DF is #2D7820. Grayscale: #A7A7A7. Windows color (decimal): -2979873 or 14649298. OLE color: 14649298.

HSL color Cylindrical-coordinate representation of color #D287DF: hue angle of 291.14º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D287DF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210135223-
CMYK0.060.3900.13
HSL291.14º57.89%70.2%-
HSV(B)291.14º39.46%87.45%-
XYZ48.5636.3674.27-
YUV167.46159.35158.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=36.97%
G=23.77%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101352230.060.3900.13291.1457.8970.2
HexD287DF6270D1233a46
Octal32220733764701544372106
Binary110100101000011111011111110100111011011001000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287DF; }

 p { color: rgb(210,135,223); }

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

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

 a { background-color: rgb(210,135,223); }

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

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

 span { border-color: rgb(210,135,223); }

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