#D596DC

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

Shades of Plum #D596DC

Tints of Plum #D596DC

Color information

#D596DC (or 0xD596DC) is unknown color: approx Plum. HEX triplet: D5, 96 and DC. RGB value is (213,150,220). Sum of RGB (Red+Green+Blue) = 213+150+220=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D596DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596DC is #2A6923. Grayscale: #B0B0B0. Windows color (decimal): -2779428 or 14456533. OLE color: 14456533.

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

Color convert

RGB213150220-
CMYK0.030.3200.14
HSL294º50%72.55%-
HSV(B)294º31.82%86.27%-
XYZ51.2741.1372.95-
YUV176.82152.37153.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=36.54%
G=25.73%
B=37.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131502200.030.3200.142945072.55
HexD596DC3200E1263249
Octal32522633434001644662111
Binary11010101100101101101110011100000011101001001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596DC; }

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

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

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

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

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

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

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

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