Shades of Shocking Pink #D821BA
Tints of Shocking Pink #D821BA
RGB
CMYK
RGB Variations
Color information
#D821BA (or 0xD821BA) is known color: Shocking Pink. HEX triplet: D8, 21 and BA. RGB value is (216,33,186). Sum of RGB (Red+Green+Blue) = 216+33+186=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D821BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821BA is #27DE45. Grayscale: #686868. Windows color (decimal): -2612806 or 12198360. OLE color: 12198360.
HSL color Cylindrical-coordinate representation of color #D821BA: 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.85%. Process color model (Four color, CMYK) of #D821BA is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 186 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.15 |
| HSL | 309.84º | 0.73% | 0.49% | - |
| HSV(B) | 309.84º | 0.85% | 0.85% | - |
| XYZ | 37.73 | 19.23 | 48.18 | - |
| YUV | 105.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 186 | 0 | 0.85 | 0.14 | 0.15 | 309.84 | 0.73 | 0.49 |
| Hex | D8 | 21 | BA | 0 | 55 | E | F | 136 | 49 | 31 |
| Octal | 330 | 41 | 272 | 0 | 125 | 16 | 17 | 466 | 111 | 61 |
| Binary | 11011000 | 100001 | 10111010 | 0 | 1010101 | 1110 | 1111 | 100110110 | 1001001 | 110001 |
Color Harmonies of #D821BA
Complementary color
Monochromatic Colors of #D821BA
Black with #D821BA
Text Example
Text Example
White with #D821BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D821BA; }
p { color: rgb(216,33,186); }
H1.HeaderClassName
{
color: #D821BA;
}
.AnyTagClassName
{
color: #D821BA;
}
</style>
background-color css
<style>
a { background-color: #D821BA; }
a { background-color: rgb(216,33,186); }
div.DivClassName
{
background-color: #D821BA;
}
.BgClassName
{
background-color: #D821BA;
}
</style>
border-color css
<style>
span { border-color: #D821BA; }
span { border-color: rgb(216,33,186); }
td.TdClassName
{
border-color: #D821BA;
}
.TagClassName
{
border-color: #D821BA;
}
</style>