#D596DD

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

Shades of Plum #D596DD

Tints of Plum #D596DD

Color information

#D596DD (or 0xD596DD) is unknown color: approx Plum. HEX triplet: D5, 96 and DD. RGB value is (213,150,221). Sum of RGB (Red+Green+Blue) = 213+150+221=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D596DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596DD is #2A6922. Grayscale: #B0B0B0. Windows color (decimal): -2779427 or 14522069. OLE color: 14522069.

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

Color convert

RGB213150221-
CMYK0.040.3200.13
HSL293.24º51.08%72.75%-
HSV(B)293.24º32.13%86.67%-
XYZ51.441.1873.65-
YUV176.93152.87153.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=36.47%
G=25.68%
B=37.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131502210.040.3200.13293.2451.0872.75
HexD596DD4200D1253349
Octal32522633544001544563111
Binary110101011001011011011101100100000011011001001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596DD; }

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

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

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

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

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

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

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

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