Shades of Shocking #D597BE
Tints of Shocking #D597BE
RGB
CMYK
RGB Variations
Color information
#D597BE (or 0xD597BE) is known color: Shocking. HEX triplet: D5, 97 and BE. RGB value is (213,151,190). Sum of RGB (Red+Green+Blue) = 213+151+190=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D597BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597BE is #2A6841. Grayscale: #ADADAD. Windows color (decimal): -2779202 or 12490709. OLE color: 12490709.
HSL color Cylindrical-coordinate representation of color #D597BE: hue angle of 322.26º 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 #D597BE is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 190 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.16 |
| HSL | 322.26º | 0.42% | 0.71% | - |
| HSV(B) | 322.26º | 0.29% | 0.84% | - |
| XYZ | 47.8 | 40 | 53.92 | - |
| YUV | 173.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 190 | 0 | 0.29 | 0.11 | 0.16 | 322.26 | 0.42 | 0.71 |
| Hex | D5 | 97 | BE | 0 | 1D | B | 10 | 142 | 2A | 47 |
| Octal | 325 | 227 | 276 | 0 | 35 | 13 | 20 | 502 | 52 | 107 |
| Binary | 11010101 | 10010111 | 10111110 | 0 | 11101 | 1011 | 10000 | 101000010 | 101010 | 1000111 |
Color Harmonies of #D597BE
Complementary color
Monochromatic Colors of #D597BE
Black with #D597BE
Text Example
Text Example
White with #D597BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597BE; }
p { color: rgb(213,151,190); }
H1.HeaderClassName
{
color: #D597BE;
}
.AnyTagClassName
{
color: #D597BE;
}
</style>
background-color css
<style>
a { background-color: #D597BE; }
a { background-color: rgb(213,151,190); }
div.DivClassName
{
background-color: #D597BE;
}
.BgClassName
{
background-color: #D597BE;
}
</style>
border-color css
<style>
span { border-color: #D597BE; }
span { border-color: rgb(213,151,190); }
td.TdClassName
{
border-color: #D597BE;
}
.TagClassName
{
border-color: #D597BE;
}
</style>