Shades of Shocking #D597B5
Tints of Shocking #D597B5
RGB
CMYK
RGB Variations
Color information
#D597B5 (or 0xD597B5) is known color: Shocking. HEX triplet: D5, 97 and B5. RGB value is (213,151,181). Sum of RGB (Red+Green+Blue) = 213+151+181=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597B5 is #2A684A. Grayscale: #ACACAC. Windows color (decimal): -2779211 or 11900885. OLE color: 11900885.
HSL color Cylindrical-coordinate representation of color #D597B5: hue angle of 330.97º 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 #D597B5 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 181 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.16 |
| HSL | 330.97º | 0.42% | 0.71% | - |
| HSV(B) | 330.97º | 0.29% | 0.84% | - |
| XYZ | 46.85 | 39.62 | 48.89 | - |
| YUV | 172.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 181 | 0 | 0.29 | 0.15 | 0.16 | 330.97 | 0.42 | 0.71 |
| Hex | D5 | 97 | B5 | 0 | 1D | F | 10 | 14B | 2A | 47 |
| Octal | 325 | 227 | 265 | 0 | 35 | 17 | 20 | 513 | 52 | 107 |
| Binary | 11010101 | 10010111 | 10110101 | 0 | 11101 | 1111 | 10000 | 101001011 | 101010 | 1000111 |
Color Harmonies of #D597B5
Complementary color
Monochromatic Colors of #D597B5
Black with #D597B5
Text Example
Text Example
White with #D597B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597B5; }
p { color: rgb(213,151,181); }
H1.HeaderClassName
{
color: #D597B5;
}
.AnyTagClassName
{
color: #D597B5;
}
</style>
background-color css
<style>
a { background-color: #D597B5; }
a { background-color: rgb(213,151,181); }
div.DivClassName
{
background-color: #D597B5;
}
.BgClassName
{
background-color: #D597B5;
}
</style>
border-color css
<style>
span { border-color: #D597B5; }
span { border-color: rgb(213,151,181); }
td.TdClassName
{
border-color: #D597B5;
}
.TagClassName
{
border-color: #D597B5;
}
</style>