Shades of Shocking #D599BA
Tints of Shocking #D599BA
RGB
CMYK
RGB Variations
Color information
#D599BA (or 0xD599BA) is known color: Shocking. HEX triplet: D5, 99 and BA. RGB value is (213,153,186). Sum of RGB (Red+Green+Blue) = 213+153+186=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D599BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599BA is #2A6645. Grayscale: #AEAEAE. Windows color (decimal): -2778694 or 12229077. OLE color: 12229077.
HSL color Cylindrical-coordinate representation of color #D599BA: hue angle of 327º 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 #D599BA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 186 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.16 |
| HSL | 327º | 0.42% | 0.72% | - |
| HSV(B) | 327º | 0.28% | 0.84% | - |
| XYZ | 47.69 | 40.47 | 51.75 | - |
| YUV | 174.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 186 | 0 | 0.28 | 0.13 | 0.16 | 327 | 0.42 | 0.72 |
| Hex | D5 | 99 | BA | 0 | 1C | D | 10 | 147 | 2A | 48 |
| Octal | 325 | 231 | 272 | 0 | 34 | 15 | 20 | 507 | 52 | 110 |
| Binary | 11010101 | 10011001 | 10111010 | 0 | 11100 | 1101 | 10000 | 101000111 | 101010 | 1001000 |
Color Harmonies of #D599BA
Complementary color
Monochromatic Colors of #D599BA
Black with #D599BA
Text Example
Text Example
White with #D599BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599BA; }
p { color: rgb(213,153,186); }
H1.HeaderClassName
{
color: #D599BA;
}
.AnyTagClassName
{
color: #D599BA;
}
</style>
background-color css
<style>
a { background-color: #D599BA; }
a { background-color: rgb(213,153,186); }
div.DivClassName
{
background-color: #D599BA;
}
.BgClassName
{
background-color: #D599BA;
}
</style>
border-color css
<style>
span { border-color: #D599BA; }
span { border-color: rgb(213,153,186); }
td.TdClassName
{
border-color: #D599BA;
}
.TagClassName
{
border-color: #D599BA;
}
</style>