Shades of Shocking #D599C2
Tints of Shocking #D599C2
RGB
CMYK
RGB Variations
Color information
#D599C2 (or 0xD599C2) is known color: Shocking. HEX triplet: D5, 99 and C2. RGB value is (213,153,194). Sum of RGB (Red+Green+Blue) = 213+153+194=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D599C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599C2 is #2A663D. Grayscale: #AFAFAF. Windows color (decimal): -2778686 or 12753365. OLE color: 12753365.
HSL color Cylindrical-coordinate representation of color #D599C2: hue angle of 319º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599C2 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 194 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.16 |
| HSL | 319º | 0.42% | 0.72% | - |
| HSV(B) | 319º | 0.28% | 0.84% | - |
| XYZ | 48.57 | 40.82 | 56.36 | - |
| YUV | 175.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 194 | 0 | 0.28 | 0.09 | 0.16 | 319 | 0.42 | 0.72 |
| Hex | D5 | 99 | C2 | 0 | 1C | 9 | 10 | 13F | 2A | 48 |
| Octal | 325 | 231 | 302 | 0 | 34 | 11 | 20 | 477 | 52 | 110 |
| Binary | 11010101 | 10011001 | 11000010 | 0 | 11100 | 1001 | 10000 | 100111111 | 101010 | 1001000 |
Color Harmonies of #D599C2
Complementary color
Monochromatic Colors of #D599C2
Black with #D599C2
Text Example
Text Example
White with #D599C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599C2; }
p { color: rgb(213,153,194); }
H1.HeaderClassName
{
color: #D599C2;
}
.AnyTagClassName
{
color: #D599C2;
}
</style>
background-color css
<style>
a { background-color: #D599C2; }
a { background-color: rgb(213,153,194); }
div.DivClassName
{
background-color: #D599C2;
}
.BgClassName
{
background-color: #D599C2;
}
</style>
border-color css
<style>
span { border-color: #D599C2; }
span { border-color: rgb(213,153,194); }
td.TdClassName
{
border-color: #D599C2;
}
.TagClassName
{
border-color: #D599C2;
}
</style>