#D596BD

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

Shades of Shocking #D596BD

Tints of Shocking #D596BD

Color information

#D596BD (or 0xD596BD) is unknown color: approx Shocking. HEX triplet: D5, 96 and BD. RGB value is (213,150,189). Sum of RGB (Red+Green+Blue) = 213+150+189=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D596BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596BD is #2A6942. Grayscale: #ADADAD. Windows color (decimal): -2779459 or 12424917. OLE color: 12424917.

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

Color convert

RGB213150189-
CMYK00.300.110.16
HSL322.86º42.86%71.18%-
HSV(B)322.86º29.58%83.53%-
XYZ47.5339.6353.29-
YUV173.28136.87156.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 150 (58.98% from 255) = 27.17%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=38.59%
G=27.17%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315018900.300.110.16322.8642.8671.18
HexD596BD01EB101432b47
Octal325226275036132050353107
Binary1101010110010110101111010111101011100001010000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D596BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D596BD; }

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

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

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

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

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

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

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

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