#D288DD

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

Shades of Plum #D288DD

Tints of Plum #D288DD

Color information

#D288DD (or 0xD288DD) is unknown color: approx Plum. HEX triplet: D2, 88 and DD. RGB value is (210,136,221). Sum of RGB (Red+Green+Blue) = 210+136+221=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D288DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DD is #2D7722. Grayscale: #A7A7A7. Windows color (decimal): -2979619 or 14518482. OLE color: 14518482.

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

Color convert

RGB210136221-
CMYK0.050.3800.13
HSL292.24º55.56%70%-
HSV(B)292.24º38.46%86.67%-
XYZ48.4336.5372.9-
YUV167.82158.02158.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=37.04%
G=23.99%
B=38.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101362210.050.3800.13292.2455.5670
HexD288DD5260D1243846
Octal32221033554601544470106
Binary110100101000100011011101101100110011011001001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288DD; }

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

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

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

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

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

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

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

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