#D597B6

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

Shades of Shocking #D597B6

Tints of Shocking #D597B6

Color information

#D597B6 (or 0xD597B6) is unknown color: approx Shocking. HEX triplet: D5, 97 and B6. RGB value is (213,151,182). Sum of RGB (Red+Green+Blue) = 213+151+182=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597B6 is #2A6849. Grayscale: #ADADAD. Windows color (decimal): -2779210 or 11966421. OLE color: 11966421.

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

Color convert

RGB213151182-
CMYK00.290.150.16
HSL330º42.47%71.37%-
HSV(B)330º29.11%83.53%-
XYZ46.9539.6649.44-
YUV173.07133.04156.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=39.01%
G=27.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315118200.290.150.1633042.4771.37
HexD597B601DF1014a2a47
Octal325227266035172051252107
Binary1101010110010111101101100111011111100001010010101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597B6; }

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

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

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

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

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

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

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

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