Shades of Shocking Pink #D91CB5
Tints of Shocking Pink #D91CB5
RGB
CMYK
RGB Variations
Color information
#D91CB5 (or 0xD91CB5) is known color: Shocking Pink. HEX triplet: D9, 1C and B5. RGB value is (217,28,181). Sum of RGB (Red+Green+Blue) = 217+28+181=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D91CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91CB5 is #26E34A. Grayscale: #656565. Windows color (decimal): -2548555 or 11869401. OLE color: 11869401.
HSL color Cylindrical-coordinate representation of color #D91CB5: hue angle of 311.43º degrees, saturation: 0.77, 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 #D91CB5 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 28 | 181 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.15 |
| HSL | 311.43º | 0.77% | 0.48% | - |
| HSV(B) | 311.43º | 0.87% | 0.85% | - |
| XYZ | 37.37 | 18.92 | 45.4 | - |
| YUV | 101.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 181 | 0 | 0.87 | 0.17 | 0.15 | 311.43 | 0.77 | 0.48 |
| Hex | D9 | 1C | B5 | 0 | 57 | 11 | F | 137 | 4D | 30 |
| Octal | 331 | 34 | 265 | 0 | 127 | 21 | 17 | 467 | 115 | 60 |
| Binary | 11011001 | 11100 | 10110101 | 0 | 1010111 | 10001 | 1111 | 100110111 | 1001101 | 110000 |
Color Harmonies of #D91CB5
Complementary color
Monochromatic Colors of #D91CB5
Black with #D91CB5
Text Example
Text Example
White with #D91CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CB5; }
p { color: rgb(217,28,181); }
H1.HeaderClassName
{
color: #D91CB5;
}
.AnyTagClassName
{
color: #D91CB5;
}
</style>
background-color css
<style>
a { background-color: #D91CB5; }
a { background-color: rgb(217,28,181); }
div.DivClassName
{
background-color: #D91CB5;
}
.BgClassName
{
background-color: #D91CB5;
}
</style>
border-color css
<style>
span { border-color: #D91CB5; }
span { border-color: rgb(217,28,181); }
td.TdClassName
{
border-color: #D91CB5;
}
.TagClassName
{
border-color: #D91CB5;
}
</style>