Shades of Shocking Pink #D91AB8
Tints of Shocking Pink #D91AB8
RGB
CMYK
RGB Variations
Color information
#D91AB8 (or 0xD91AB8) is known color: Shocking Pink. HEX triplet: D9, 1A and B8. RGB value is (217,26,184). Sum of RGB (Red+Green+Blue) = 217+26+184=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D91AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91AB8 is #26E547. Grayscale: #646464. Windows color (decimal): -2549064 or 12065497. OLE color: 12065497.
HSL color Cylindrical-coordinate representation of color #D91AB8: hue angle of 310.37º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91AB8 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 184 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.15 |
| HSL | 310.37º | 0.79% | 0.48% | - |
| HSV(B) | 310.37º | 0.88% | 0.85% | - |
| XYZ | 37.64 | 18.95 | 47.02 | - |
| YUV | 101.12 | 174.78 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 184 | 0 | 0.88 | 0.15 | 0.15 | 310.37 | 0.79 | 0.48 |
| Hex | D9 | 1A | B8 | 0 | 58 | F | F | 136 | 4F | 30 |
| Octal | 331 | 32 | 270 | 0 | 130 | 17 | 17 | 466 | 117 | 60 |
| Binary | 11011001 | 11010 | 10111000 | 0 | 1011000 | 1111 | 1111 | 100110110 | 1001111 | 110000 |
Color Harmonies of #D91AB8
Complementary color
Monochromatic Colors of #D91AB8
Black with #D91AB8
Text Example
Text Example
White with #D91AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91AB8; }
p { color: rgb(217,26,184); }
H1.HeaderClassName
{
color: #D91AB8;
}
.AnyTagClassName
{
color: #D91AB8;
}
</style>
background-color css
<style>
a { background-color: #D91AB8; }
a { background-color: rgb(217,26,184); }
div.DivClassName
{
background-color: #D91AB8;
}
.BgClassName
{
background-color: #D91AB8;
}
</style>
border-color css
<style>
span { border-color: #D91AB8; }
span { border-color: rgb(217,26,184); }
td.TdClassName
{
border-color: #D91AB8;
}
.TagClassName
{
border-color: #D91AB8;
}
</style>