#D596BB

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

Shades of Shocking #D596BB

Tints of Shocking #D596BB

Color information

#D596BB (or 0xD596BB) is unknown color: approx Shocking. HEX triplet: D5, 96 and BB. RGB value is (213,150,187). Sum of RGB (Red+Green+Blue) = 213+150+187=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D596BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596BB is #2A6944. Grayscale: #ACACAC. Windows color (decimal): -2779461 or 12293845. OLE color: 12293845.

HSL color Cylindrical-coordinate representation of color #D596BB: hue angle of 324.76º 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 #D596BB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213150187-
CMYK00.300.120.16
HSL324.76º42.86%71.18%-
HSV(B)324.76º29.58%83.53%-
XYZ47.3239.5552.15-
YUV173.06135.87156.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 187 (73.44% from 255) = 34%
R=38.73%
G=27.27%
B=34%

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
Decimal21315018700.300.120.16324.7642.8671.18
HexD596BB01EC101452b47
Octal325226273036142050553107
Binary1101010110010110101110110111101100100001010001011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596BB; }

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

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

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

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

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

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

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

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