Shades of Shocking Pink #D81AB4
Tints of Shocking Pink #D81AB4
RGB
CMYK
RGB Variations
Color information
#D81AB4 (or 0xD81AB4) is known color: Shocking Pink. HEX triplet: D8, 1A and B4. RGB value is (216,26,180). Sum of RGB (Red+Green+Blue) = 216+26+180=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81AB4 is #27E54B. Grayscale: #636363. Windows color (decimal): -2614604 or 11803352. OLE color: 11803352.
HSL color Cylindrical-coordinate representation of color #D81AB4: hue angle of 311.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81AB4 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 180 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.15 |
| HSL | 311.37º | 0.79% | 0.47% | - |
| HSV(B) | 311.37º | 0.88% | 0.85% | - |
| XYZ | 36.93 | 18.63 | 44.83 | - |
| YUV | 100.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 180 | 0 | 0.88 | 0.17 | 0.15 | 311.37 | 0.79 | 0.47 |
| Hex | D8 | 1A | B4 | 0 | 58 | 11 | F | 137 | 4F | 2F |
| Octal | 330 | 32 | 264 | 0 | 130 | 21 | 17 | 467 | 117 | 57 |
| Binary | 11011000 | 11010 | 10110100 | 0 | 1011000 | 10001 | 1111 | 100110111 | 1001111 | 101111 |
Color Harmonies of #D81AB4
Complementary color
Monochromatic Colors of #D81AB4
Black with #D81AB4
Text Example
Text Example
White with #D81AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AB4; }
p { color: rgb(216,26,180); }
H1.HeaderClassName
{
color: #D81AB4;
}
.AnyTagClassName
{
color: #D81AB4;
}
</style>
background-color css
<style>
a { background-color: #D81AB4; }
a { background-color: rgb(216,26,180); }
div.DivClassName
{
background-color: #D81AB4;
}
.BgClassName
{
background-color: #D81AB4;
}
</style>
border-color css
<style>
span { border-color: #D81AB4; }
span { border-color: rgb(216,26,180); }
td.TdClassName
{
border-color: #D81AB4;
}
.TagClassName
{
border-color: #D81AB4;
}
</style>