Shades of Shocking #D599BD
Tints of Shocking #D599BD
RGB
CMYK
RGB Variations
Color information
#D599BD (or 0xD599BD) is known color: Shocking. HEX triplet: D5, 99 and BD. RGB value is (213,153,189). Sum of RGB (Red+Green+Blue) = 213+153+189=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D599BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599BD is #2A6642. Grayscale: #AEAEAE. Windows color (decimal): -2778691 or 12425685. OLE color: 12425685.
HSL color Cylindrical-coordinate representation of color #D599BD: hue angle of 324º 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 #D599BD is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 189 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.16 |
| HSL | 324º | 0.42% | 0.72% | - |
| HSV(B) | 324º | 0.28% | 0.84% | - |
| XYZ | 48.02 | 40.6 | 53.45 | - |
| YUV | 175.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 189 | 0 | 0.28 | 0.11 | 0.16 | 324 | 0.42 | 0.72 |
| Hex | D5 | 99 | BD | 0 | 1C | B | 10 | 144 | 2A | 48 |
| Octal | 325 | 231 | 275 | 0 | 34 | 13 | 20 | 504 | 52 | 110 |
| Binary | 11010101 | 10011001 | 10111101 | 0 | 11100 | 1011 | 10000 | 101000100 | 101010 | 1001000 |
Color Harmonies of #D599BD
Complementary color
Monochromatic Colors of #D599BD
Black with #D599BD
Text Example
Text Example
White with #D599BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599BD; }
p { color: rgb(213,153,189); }
H1.HeaderClassName
{
color: #D599BD;
}
.AnyTagClassName
{
color: #D599BD;
}
</style>
background-color css
<style>
a { background-color: #D599BD; }
a { background-color: rgb(213,153,189); }
div.DivClassName
{
background-color: #D599BD;
}
.BgClassName
{
background-color: #D599BD;
}
</style>
border-color css
<style>
span { border-color: #D599BD; }
span { border-color: rgb(213,153,189); }
td.TdClassName
{
border-color: #D599BD;
}
.TagClassName
{
border-color: #D599BD;
}
</style>