Shades of Shocking Pink #D81DB5
Tints of Shocking Pink #D81DB5
RGB
CMYK
RGB Variations
Color information
#D81DB5 (or 0xD81DB5) is known color: Shocking Pink. HEX triplet: D8, 1D and B5. RGB value is (216,29,181). Sum of RGB (Red+Green+Blue) = 216+29+181=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DB5 is #27E24A. Grayscale: #656565. Windows color (decimal): -2613835 or 11869656. OLE color: 11869656.
HSL color Cylindrical-coordinate representation of color #D81DB5: hue angle of 311.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DB5 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 181 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.15 |
| HSL | 311.23º | 0.76% | 0.48% | - |
| HSV(B) | 311.23º | 0.87% | 0.85% | - |
| XYZ | 37.1 | 18.81 | 45.39 | - |
| YUV | 102.24 | 172.45 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 181 | 0 | 0.87 | 0.16 | 0.15 | 311.23 | 0.76 | 0.48 |
| Hex | D8 | 1D | B5 | 0 | 57 | 10 | F | 137 | 4C | 30 |
| Octal | 330 | 35 | 265 | 0 | 127 | 20 | 17 | 467 | 114 | 60 |
| Binary | 11011000 | 11101 | 10110101 | 0 | 1010111 | 10000 | 1111 | 100110111 | 1001100 | 110000 |
Color Harmonies of #D81DB5
Complementary color
Monochromatic Colors of #D81DB5
Black with #D81DB5
Text Example
Text Example
White with #D81DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DB5; }
p { color: rgb(216,29,181); }
H1.HeaderClassName
{
color: #D81DB5;
}
.AnyTagClassName
{
color: #D81DB5;
}
</style>
background-color css
<style>
a { background-color: #D81DB5; }
a { background-color: rgb(216,29,181); }
div.DivClassName
{
background-color: #D81DB5;
}
.BgClassName
{
background-color: #D81DB5;
}
</style>
border-color css
<style>
span { border-color: #D81DB5; }
span { border-color: rgb(216,29,181); }
td.TdClassName
{
border-color: #D81DB5;
}
.TagClassName
{
border-color: #D81DB5;
}
</style>