Shades of Shocking Pink #D823B9
Tints of Shocking Pink #D823B9
RGB
CMYK
RGB Variations
Color information
#D823B9 (or 0xD823B9) is known color: Shocking Pink. HEX triplet: D8, 23 and B9. RGB value is (216,35,185). Sum of RGB (Red+Green+Blue) = 216+35+185=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D823B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D823B9 is #27DC46. Grayscale: #696969. Windows color (decimal): -2612295 or 12133336. OLE color: 12133336.
HSL color Cylindrical-coordinate representation of color #D823B9: hue angle of 310.28º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D823B9 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 185 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.15 |
| HSL | 310.28º | 0.72% | 0.49% | - |
| HSV(B) | 310.28º | 0.84% | 0.85% | - |
| XYZ | 37.68 | 19.3 | 47.64 | - |
| YUV | 106.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 185 | 0 | 0.84 | 0.14 | 0.15 | 310.28 | 0.72 | 0.49 |
| Hex | D8 | 23 | B9 | 0 | 54 | E | F | 136 | 48 | 31 |
| Octal | 330 | 43 | 271 | 0 | 124 | 16 | 17 | 466 | 110 | 61 |
| Binary | 11011000 | 100011 | 10111001 | 0 | 1010100 | 1110 | 1111 | 100110110 | 1001000 | 110001 |
Color Harmonies of #D823B9
Complementary color
Monochromatic Colors of #D823B9
Black with #D823B9
Text Example
Text Example
White with #D823B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823B9; }
p { color: rgb(216,35,185); }
H1.HeaderClassName
{
color: #D823B9;
}
.AnyTagClassName
{
color: #D823B9;
}
</style>
background-color css
<style>
a { background-color: #D823B9; }
a { background-color: rgb(216,35,185); }
div.DivClassName
{
background-color: #D823B9;
}
.BgClassName
{
background-color: #D823B9;
}
</style>
border-color css
<style>
span { border-color: #D823B9; }
span { border-color: rgb(216,35,185); }
td.TdClassName
{
border-color: #D823B9;
}
.TagClassName
{
border-color: #D823B9;
}
</style>