#D599D7

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

Shades of Plum #D599D7

Tints of Plum #D599D7

Color information

#D599D7 (or 0xD599D7) is unknown color: approx Plum. HEX triplet: D5, 99 and D7. RGB value is (213,153,215). Sum of RGB (Red+Green+Blue) = 213+153+215=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #D599D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599D7 is #2A6628. Grayscale: #B1B1B1. Windows color (decimal): -2778665 or 14129621. OLE color: 14129621.

HSL color Cylindrical-coordinate representation of color #D599D7: hue angle of 298.06º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D599D7 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213153215-
CMYK0.010.2900.16
HSL298.06º43.66%72.16%-
HSV(B)298.06º28.84%84.31%-
XYZ51.141.8369.67-
YUV178.01148.88152.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=36.66%
G=26.33%
B=37.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131532150.010.2900.16298.0643.6672.16
HexD599D711D01012a2c48
Octal32523132713502045254110
Binary1101010110011001110101111111010100001001010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599D7; }

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

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

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

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

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

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

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

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