#D288DF

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

Shades of Plum #D288DF

Tints of Plum #D288DF

Color information

#D288DF (or 0xD288DF) is unknown color: approx Plum. HEX triplet: D2, 88 and DF. RGB value is (210,136,223). Sum of RGB (Red+Green+Blue) = 210+136+223=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D288DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DF is #2D7720. Grayscale: #A7A7A7. Windows color (decimal): -2979617 or 14649554. OLE color: 14649554.

HSL color Cylindrical-coordinate representation of color #D288DF: hue angle of 291.03º 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 #D288DF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210136223-
CMYK0.060.3900.13
HSL291.03º57.62%70.39%-
HSV(B)291.03º39.01%87.45%-
XYZ48.736.6474.32-
YUV168.04159.02157.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 136 (53.52% from 255) = 23.90%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=36.91%
G=23.90%
B=39.19%

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
Decimal2101362230.060.3900.13291.0357.6270.39
HexD288DF6270D1233a46
Octal32221033764701544372106
Binary110100101000100011011111110100111011011001000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288DF; }

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

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

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

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

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

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

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

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