#D597B7

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

Shades of Shocking #D597B7

Tints of Shocking #D597B7

Color information

#D597B7 (or 0xD597B7) is unknown color: approx Shocking. HEX triplet: D5, 97 and B7. RGB value is (213,151,183). Sum of RGB (Red+Green+Blue) = 213+151+183=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597B7 is #2A6848. Grayscale: #ADADAD. Windows color (decimal): -2779209 or 12031957. OLE color: 12031957.

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

Color convert

RGB213151183-
CMYK00.290.140.16
HSL329.03º42.47%71.37%-
HSV(B)329.03º29.11%83.53%-
XYZ47.0539.749.98-
YUV173.19133.54156.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=38.94%
G=27.61%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315118300.290.140.16329.0342.4771.37
HexD597B701DE101492a47
Octal325227267035162051152107
Binary1101010110010111101101110111011110100001010010011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597B7; }

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

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

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

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

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

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

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

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