#D597B9

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

Shades of Shocking #D597B9

Tints of Shocking #D597B9

Color information

#D597B9 (or 0xD597B9) is unknown color: approx Shocking. HEX triplet: D5, 97 and B9. RGB value is (213,151,185). Sum of RGB (Red+Green+Blue) = 213+151+185=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597B9 is #2A6846. Grayscale: #ADADAD. Windows color (decimal): -2779207 or 12163029. OLE color: 12163029.

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

Color convert

RGB213151185-
CMYK00.290.130.16
HSL327.1º42.47%71.37%-
HSV(B)327.1º29.11%83.53%-
XYZ47.2639.7851.09-
YUV173.41134.54156.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=38.80%
G=27.50%
B=33.70%

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
Decimal21315118500.290.130.16327.142.4771.37
HexD597B901DD101472a47
Octal325227271035152050752107
Binary1101010110010111101110010111011101100001010001111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597B9; }

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

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

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

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

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

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

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

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