#D597BA

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

Shades of Shocking #D597BA

Tints of Shocking #D597BA

Color information

#D597BA (or 0xD597BA) is unknown color: approx Shocking. HEX triplet: D5, 97 and BA. RGB value is (213,151,186). Sum of RGB (Red+Green+Blue) = 213+151+186=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D597BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597BA is #2A6845. Grayscale: #ADADAD. Windows color (decimal): -2779206 or 12228565. OLE color: 12228565.

HSL color Cylindrical-coordinate representation of color #D597BA: hue angle of 326.13º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597BA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213151186-
CMYK00.290.130.16
HSL326.13º42.47%71.37%-
HSV(B)326.13º29.11%83.53%-
XYZ47.3739.8251.64-
YUV173.53135.04156.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=38.73%
G=27.45%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315118600.290.130.16326.1342.4771.37
HexD597BA01DD101462a47
Octal325227272035152050652107
Binary1101010110010111101110100111011101100001010001101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597BA; }

 p { color: rgb(213,151,186); }

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

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

 a { background-color: rgb(213,151,186); }

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

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

 span { border-color: rgb(213,151,186); }

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