Shades of Shocking Pink #D922BB
Tints of Shocking Pink #D922BB
RGB
CMYK
RGB Variations
Color information
#D922BB (or 0xD922BB) is known color: Shocking Pink. HEX triplet: D9, 22 and BB. RGB value is (217,34,187). Sum of RGB (Red+Green+Blue) = 217+34+187=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D922BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922BB is #26DD44. Grayscale: #696969. Windows color (decimal): -2547013 or 12264153. OLE color: 12264153.
HSL color Cylindrical-coordinate representation of color #D922BB: hue angle of 309.84º 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 #D922BB is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 187 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.15 |
| HSL | 309.84º | 0.73% | 0.49% | - |
| HSV(B) | 309.84º | 0.84% | 0.85% | - |
| XYZ | 38.16 | 19.48 | 48.76 | - |
| YUV | 106.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 187 | 0 | 0.84 | 0.14 | 0.15 | 309.84 | 0.73 | 0.49 |
| Hex | D9 | 22 | BB | 0 | 54 | E | F | 136 | 49 | 31 |
| Octal | 331 | 42 | 273 | 0 | 124 | 16 | 17 | 466 | 111 | 61 |
| Binary | 11011001 | 100010 | 10111011 | 0 | 1010100 | 1110 | 1111 | 100110110 | 1001001 | 110001 |
Color Harmonies of #D922BB
Complementary color
Monochromatic Colors of #D922BB
Black with #D922BB
Text Example
Text Example
White with #D922BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922BB; }
p { color: rgb(217,34,187); }
H1.HeaderClassName
{
color: #D922BB;
}
.AnyTagClassName
{
color: #D922BB;
}
</style>
background-color css
<style>
a { background-color: #D922BB; }
a { background-color: rgb(217,34,187); }
div.DivClassName
{
background-color: #D922BB;
}
.BgClassName
{
background-color: #D922BB;
}
</style>
border-color css
<style>
span { border-color: #D922BB; }
span { border-color: rgb(217,34,187); }
td.TdClassName
{
border-color: #D922BB;
}
.TagClassName
{
border-color: #D922BB;
}
</style>