Shades of Shocking #D597B9
Tints of Shocking #D597B9
RGB
CMYK
RGB Variations
Color information
#D597B9 (or 0xD597B9) is known color: 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
RGB | 213 | 151 | 185 | - |
CMYK | 0 | 0.29 | 0.13 | 0.16 |
HSL | 327.1º | 0.42% | 0.71% | - |
HSV(B) | 327.1º | 0.29% | 0.84% | - |
XYZ | 47.26 | 39.78 | 51.09 | - |
YUV | 173.41 | 134.54 | 156.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 151 | 185 | 0 | 0.29 | 0.13 | 0.16 | 327.1 | 0.42 | 0.71 |
Hex | D5 | 97 | B9 | 0 | 1D | D | 10 | 147 | 2A | 47 |
Octal | 325 | 227 | 271 | 0 | 35 | 15 | 20 | 507 | 52 | 107 |
Binary | 11010101 | 10010111 | 10111001 | 0 | 11101 | 1101 | 10000 | 101000111 | 101010 | 1000111 |
Color Harmonies of #D597B9
Complementary color
Monochromatic Colors of #D597B9
Black with #D597B9
Text Example
Text Example
White with #D597B9
Text Example
Text Example
HTML Codes & Css Web 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>