Shades of Shocking #D599C1
Tints of Shocking #D599C1
RGB
CMYK
RGB Variations
Color information
#D599C1 (or 0xD599C1) is known color: Shocking. HEX triplet: D5, 99 and C1. RGB value is (213,153,193). Sum of RGB (Red+Green+Blue) = 213+153+193=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D599C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599C1 is #2A663E. Grayscale: #AFAFAF. Windows color (decimal): -2778687 or 12687829. OLE color: 12687829.
HSL color Cylindrical-coordinate representation of color #D599C1: hue angle of 320º 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 #D599C1 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 193 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.16 |
| HSL | 320º | 0.42% | 0.72% | - |
| HSV(B) | 320º | 0.28% | 0.84% | - |
| XYZ | 48.46 | 40.78 | 55.77 | - |
| YUV | 175.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 193 | 0 | 0.28 | 0.09 | 0.16 | 320 | 0.42 | 0.72 |
| Hex | D5 | 99 | C1 | 0 | 1C | 9 | 10 | 140 | 2A | 48 |
| Octal | 325 | 231 | 301 | 0 | 34 | 11 | 20 | 500 | 52 | 110 |
| Binary | 11010101 | 10011001 | 11000001 | 0 | 11100 | 1001 | 10000 | 101000000 | 101010 | 1001000 |
Color Harmonies of #D599C1
Complementary color
Monochromatic Colors of #D599C1
Black with #D599C1
Text Example
Text Example
White with #D599C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599C1; }
p { color: rgb(213,153,193); }
H1.HeaderClassName
{
color: #D599C1;
}
.AnyTagClassName
{
color: #D599C1;
}
</style>
background-color css
<style>
a { background-color: #D599C1; }
a { background-color: rgb(213,153,193); }
div.DivClassName
{
background-color: #D599C1;
}
.BgClassName
{
background-color: #D599C1;
}
</style>
border-color css
<style>
span { border-color: #D599C1; }
span { border-color: rgb(213,153,193); }
td.TdClassName
{
border-color: #D599C1;
}
.TagClassName
{
border-color: #D599C1;
}
</style>