#D599DF

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

Shades of Plum #D599DF

Tints of Plum #D599DF

Color information

#D599DF (or 0xD599DF) is unknown color: approx Plum. HEX triplet: D5, 99 and DF. RGB value is (213,153,223). Sum of RGB (Red+Green+Blue) = 213+153+223=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D599DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DF is #2A6620. Grayscale: #B2B2B2. Windows color (decimal): -2778657 or 14653909. OLE color: 14653909.

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

Color convert

RGB213153223-
CMYK0.040.3100.13
HSL291.43º52.24%73.73%-
HSV(B)291.43º31.39%87.45%-
XYZ52.1542.2675.22-
YUV178.92152.88152.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 153 (60.16% from 255) = 25.98%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=36.16%
G=25.98%
B=37.86%

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
Decimal2131532230.040.3100.13291.4352.2473.73
HexD599DF41F0D123344a
Octal32523133743701544364112
Binary11010101100110011101111110011111011011001000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599DF; }

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

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

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

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

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

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

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

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