#D288DA

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

Shades of Plum #D288DA

Tints of Plum #D288DA

Color information

#D288DA (or 0xD288DA) is unknown color: approx Plum. HEX triplet: D2, 88 and DA. RGB value is (210,136,218). Sum of RGB (Red+Green+Blue) = 210+136+218=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #D288DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DA is #2D7725. Grayscale: #A7A7A7. Windows color (decimal): -2979622 or 14321874. OLE color: 14321874.

HSL color Cylindrical-coordinate representation of color #D288DA: hue angle of 294.15º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D288DA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210136218-
CMYK0.040.3800.15
HSL294.15º52.56%69.41%-
HSV(B)294.15º37.61%85.49%-
XYZ48.0436.3770.82-
YUV167.47156.52158.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 136 (53.52% from 255) = 24.11%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=37.23%
G=24.11%
B=38.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101362180.040.3800.15294.1552.5669.41
HexD288DA4260F1263545
Octal32221033244601744665105
Binary110100101000100011011010100100110011111001001101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288DA; }

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

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

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

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

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

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

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

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