Shades of Shocking #D597C2
Tints of Shocking #D597C2
RGB
CMYK
RGB Variations
Color information
#D597C2 (or 0xD597C2) is known color: Shocking. HEX triplet: D5, 97 and C2. RGB value is (213,151,194). Sum of RGB (Red+Green+Blue) = 213+151+194=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D597C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597C2 is #2A683D. Grayscale: #AEAEAE. Windows color (decimal): -2779198 or 12752853. OLE color: 12752853.
HSL color Cylindrical-coordinate representation of color #D597C2: hue angle of 318.39º 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 #D597C2 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 194 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.16 |
| HSL | 318.39º | 0.42% | 0.71% | - |
| HSV(B) | 318.39º | 0.29% | 0.84% | - |
| XYZ | 48.24 | 40.17 | 56.25 | - |
| YUV | 174.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 194 | 0 | 0.29 | 0.09 | 0.16 | 318.39 | 0.42 | 0.71 |
| Hex | D5 | 97 | C2 | 0 | 1D | 9 | 10 | 13E | 2A | 47 |
| Octal | 325 | 227 | 302 | 0 | 35 | 11 | 20 | 476 | 52 | 107 |
| Binary | 11010101 | 10010111 | 11000010 | 0 | 11101 | 1001 | 10000 | 100111110 | 101010 | 1000111 |
Color Harmonies of #D597C2
Complementary color
Monochromatic Colors of #D597C2
Black with #D597C2
Text Example
Text Example
White with #D597C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D597C2; }
p { color: rgb(213,151,194); }
H1.HeaderClassName
{
color: #D597C2;
}
.AnyTagClassName
{
color: #D597C2;
}
</style>
background-color css
<style>
a { background-color: #D597C2; }
a { background-color: rgb(213,151,194); }
div.DivClassName
{
background-color: #D597C2;
}
.BgClassName
{
background-color: #D597C2;
}
</style>
border-color css
<style>
span { border-color: #D597C2; }
span { border-color: rgb(213,151,194); }
td.TdClassName
{
border-color: #D597C2;
}
.TagClassName
{
border-color: #D597C2;
}
</style>