Shades of Shocking #D597B7
Tints of Shocking #D597B7
RGB
CMYK
RGB Variations
Color information
#D597B7 (or 0xD597B7) is known color: 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
| RGB | 213 | 151 | 183 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.16 |
| HSL | 329.03º | 0.42% | 0.71% | - |
| HSV(B) | 329.03º | 0.29% | 0.84% | - |
| XYZ | 47.05 | 39.7 | 49.98 | - |
| YUV | 173.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 183 | 0 | 0.29 | 0.14 | 0.16 | 329.03 | 0.42 | 0.71 |
| Hex | D5 | 97 | B7 | 0 | 1D | E | 10 | 149 | 2A | 47 |
| Octal | 325 | 227 | 267 | 0 | 35 | 16 | 20 | 511 | 52 | 107 |
| Binary | 11010101 | 10010111 | 10110111 | 0 | 11101 | 1110 | 10000 | 101001001 | 101010 | 1000111 |
Color Harmonies of #D597B7
Complementary color
Monochromatic Colors of #D597B7
Black with #D597B7
Text Example
Text Example
White with #D597B7
Text Example
Text Example
HTML Codes & Css Web 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>