Shades of Shocking #D599B7
Tints of Shocking #D599B7
RGB
CMYK
RGB Variations
Color information
#D599B7 (or 0xD599B7) is known color: Shocking. HEX triplet: D5, 99 and B7. RGB value is (213,153,183). Sum of RGB (Red+Green+Blue) = 213+153+183=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D599B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599B7 is #2A6648. Grayscale: #AEAEAE. Windows color (decimal): -2778697 or 12032469. OLE color: 12032469.
HSL color Cylindrical-coordinate representation of color #D599B7: hue angle of 330º 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 #D599B7 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 183 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.16 |
| HSL | 330º | 0.42% | 0.72% | - |
| HSV(B) | 330º | 0.28% | 0.84% | - |
| XYZ | 47.38 | 40.35 | 50.09 | - |
| YUV | 174.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 183 | 0 | 0.28 | 0.14 | 0.16 | 330 | 0.42 | 0.72 |
| Hex | D5 | 99 | B7 | 0 | 1C | E | 10 | 14A | 2A | 48 |
| Octal | 325 | 231 | 267 | 0 | 34 | 16 | 20 | 512 | 52 | 110 |
| Binary | 11010101 | 10011001 | 10110111 | 0 | 11100 | 1110 | 10000 | 101001010 | 101010 | 1001000 |
Color Harmonies of #D599B7
Complementary color
Monochromatic Colors of #D599B7
Black with #D599B7
Text Example
Text Example
White with #D599B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599B7; }
p { color: rgb(213,153,183); }
H1.HeaderClassName
{
color: #D599B7;
}
.AnyTagClassName
{
color: #D599B7;
}
</style>
background-color css
<style>
a { background-color: #D599B7; }
a { background-color: rgb(213,153,183); }
div.DivClassName
{
background-color: #D599B7;
}
.BgClassName
{
background-color: #D599B7;
}
</style>
border-color css
<style>
span { border-color: #D599B7; }
span { border-color: rgb(213,153,183); }
td.TdClassName
{
border-color: #D599B7;
}
.TagClassName
{
border-color: #D599B7;
}
</style>