#D599DD

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

Shades of Plum #D599DD

Tints of Plum #D599DD

Color information

#D599DD (or 0xD599DD) is unknown color: approx Plum. HEX triplet: D5, 99 and DD. RGB value is (213,153,221). Sum of RGB (Red+Green+Blue) = 213+153+221=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D599DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DD is #2A6622. Grayscale: #B2B2B2. Windows color (decimal): -2778659 or 14522837. OLE color: 14522837.

HSL color Cylindrical-coordinate representation of color #D599DD: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D599DD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213153221-
CMYK0.040.3100.13
HSL292.94º50%73.33%-
HSV(B)292.94º30.77%86.67%-
XYZ51.8842.1573.81-
YUV178.69151.88152.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=36.29%
G=26.06%
B=37.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131532210.040.3100.13292.945073.33
HexD599DD41F0D1253249
Octal32523133543701544562111
Binary11010101100110011101110110011111011011001001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599DD; }

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

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

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

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

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

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

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

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