#D599DA

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

Shades of Plum #D599DA

Tints of Plum #D599DA

Color information

#D599DA (or 0xD599DA) is unknown color: approx Plum. HEX triplet: D5, 99 and DA. RGB value is (213,153,218). Sum of RGB (Red+Green+Blue) = 213+153+218=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D599DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DA is #2A6625. Grayscale: #B2B2B2. Windows color (decimal): -2778662 or 14326229. OLE color: 14326229.

HSL color Cylindrical-coordinate representation of color #D599DA: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D599DA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213153218-
CMYK0.020.3000.15
HSL295.38º46.76%72.75%-
HSV(B)295.38º29.82%85.49%-
XYZ51.4941.9971.72-
YUV178.35150.38152.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=36.47%
G=26.20%
B=37.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131532180.020.3000.15295.3846.7672.75
HexD599DA21E0F1272f49
Octal32523133223601744757111
Binary1101010110011001110110101011110011111001001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599DA; }

 p { color: rgb(213,153,218); }

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

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

 a { background-color: rgb(213,153,218); }

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

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

 span { border-color: rgb(213,153,218); }

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