Shades of Shocking Pink #D91EB7
Tints of Shocking Pink #D91EB7
RGB
CMYK
RGB Variations
Color information
#D91EB7 (or 0xD91EB7) is known color: Shocking Pink. HEX triplet: D9, 1E and B7. RGB value is (217,30,183). Sum of RGB (Red+Green+Blue) = 217+30+183=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D91EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91EB7 is #26E148. Grayscale: #666666. Windows color (decimal): -2548041 or 12000985. OLE color: 12000985.
HSL color Cylindrical-coordinate representation of color #D91EB7: hue angle of 310.91º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91EB7 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 183 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.15 |
| HSL | 310.91º | 0.76% | 0.48% | - |
| HSV(B) | 310.91º | 0.86% | 0.85% | - |
| XYZ | 37.63 | 19.1 | 46.5 | - |
| YUV | 103.36 | 172.95 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 183 | 0 | 0.86 | 0.16 | 0.15 | 310.91 | 0.76 | 0.48 |
| Hex | D9 | 1E | B7 | 0 | 56 | 10 | F | 137 | 4C | 30 |
| Octal | 331 | 36 | 267 | 0 | 126 | 20 | 17 | 467 | 114 | 60 |
| Binary | 11011001 | 11110 | 10110111 | 0 | 1010110 | 10000 | 1111 | 100110111 | 1001100 | 110000 |
Color Harmonies of #D91EB7
Complementary color
Monochromatic Colors of #D91EB7
Black with #D91EB7
Text Example
Text Example
White with #D91EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EB7; }
p { color: rgb(217,30,183); }
H1.HeaderClassName
{
color: #D91EB7;
}
.AnyTagClassName
{
color: #D91EB7;
}
</style>
background-color css
<style>
a { background-color: #D91EB7; }
a { background-color: rgb(217,30,183); }
div.DivClassName
{
background-color: #D91EB7;
}
.BgClassName
{
background-color: #D91EB7;
}
</style>
border-color css
<style>
span { border-color: #D91EB7; }
span { border-color: rgb(217,30,183); }
td.TdClassName
{
border-color: #D91EB7;
}
.TagClassName
{
border-color: #D91EB7;
}
</style>