#D596BC

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

Shades of Shocking #D596BC

Tints of Shocking #D596BC

Color information

#D596BC (or 0xD596BC) is unknown color: approx Shocking. HEX triplet: D5, 96 and BC. RGB value is (213,150,188). Sum of RGB (Red+Green+Blue) = 213+150+188=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D596BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596BC is #2A6943. Grayscale: #ADADAD. Windows color (decimal): -2779460 or 12359381. OLE color: 12359381.

HSL color Cylindrical-coordinate representation of color #D596BC: hue angle of 323.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596BC is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213150188-
CMYK00.300.120.16
HSL323.81º42.86%71.18%-
HSV(B)323.81º29.58%83.53%-
XYZ47.4239.5952.72-
YUV173.17136.37156.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=38.66%
G=27.22%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315018800.300.120.16323.8142.8671.18
HexD596BC01EC101442b47
Octal325226274036142050453107
Binary1101010110010110101111000111101100100001010001001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596BC; }

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

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

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

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

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

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

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

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