#D599DB

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

Shades of Plum #D599DB

Tints of Plum #D599DB

Color information

#D599DB (or 0xD599DB) is unknown color: approx Plum. HEX triplet: D5, 99 and DB. RGB value is (213,153,219). Sum of RGB (Red+Green+Blue) = 213+153+219=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D599DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DB is #2A6624. Grayscale: #B2B2B2. Windows color (decimal): -2778661 or 14391765. OLE color: 14391765.

HSL color Cylindrical-coordinate representation of color #D599DB: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D599DB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213153219-
CMYK0.030.3000.14
HSL294.55º47.83%72.94%-
HSV(B)294.55º30.14%85.88%-
XYZ51.6242.0472.41-
YUV178.46150.88152.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.41%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=36.41%
G=26.15%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131532190.030.3000.14294.5547.8372.94
HexD599DB31E0E1273049
Octal32523133333601644760111
Binary1101010110011001110110111111110011101001001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599DB; }

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

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

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

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

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

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

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

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