Shades of Shocking Pink #D922B9
Tints of Shocking Pink #D922B9
RGB
CMYK
RGB Variations
Color information
#D922B9 (or 0xD922B9) is known color: Shocking Pink. HEX triplet: D9, 22 and B9. RGB value is (217,34,185). Sum of RGB (Red+Green+Blue) = 217+34+185=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D922B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922B9 is #26DD46. Grayscale: #696969. Windows color (decimal): -2547015 or 12133081. OLE color: 12133081.
HSL color Cylindrical-coordinate representation of color #D922B9: hue angle of 310.49º degrees, saturation: 0.73, 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 #D922B9 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 185 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.15 |
| HSL | 310.49º | 0.73% | 0.49% | - |
| HSV(B) | 310.49º | 0.84% | 0.85% | - |
| XYZ | 37.94 | 19.4 | 47.64 | - |
| YUV | 105.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 185 | 0 | 0.84 | 0.15 | 0.15 | 310.49 | 0.73 | 0.49 |
| Hex | D9 | 22 | B9 | 0 | 54 | F | F | 136 | 49 | 31 |
| Octal | 331 | 42 | 271 | 0 | 124 | 17 | 17 | 466 | 111 | 61 |
| Binary | 11011001 | 100010 | 10111001 | 0 | 1010100 | 1111 | 1111 | 100110110 | 1001001 | 110001 |
Color Harmonies of #D922B9
Complementary color
Monochromatic Colors of #D922B9
Black with #D922B9
Text Example
Text Example
White with #D922B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922B9; }
p { color: rgb(217,34,185); }
H1.HeaderClassName
{
color: #D922B9;
}
.AnyTagClassName
{
color: #D922B9;
}
</style>
background-color css
<style>
a { background-color: #D922B9; }
a { background-color: rgb(217,34,185); }
div.DivClassName
{
background-color: #D922B9;
}
.BgClassName
{
background-color: #D922B9;
}
</style>
border-color css
<style>
span { border-color: #D922B9; }
span { border-color: rgb(217,34,185); }
td.TdClassName
{
border-color: #D922B9;
}
.TagClassName
{
border-color: #D922B9;
}
</style>