Shades of Shocking Pink #D919B0
Tints of Shocking Pink #D919B0
RGB
CMYK
RGB Variations
Color information
#D919B0 (or 0xD919B0) is known color: Shocking Pink. HEX triplet: D9, 19 and B0. RGB value is (217,25,176). Sum of RGB (Red+Green+Blue) = 217+25+176=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D919B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919B0 is #26E64F. Grayscale: #636363. Windows color (decimal): -2549328 or 11540953. OLE color: 11540953.
HSL color Cylindrical-coordinate representation of color #D919B0: hue angle of 312.81º 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 #D919B0 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 176 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 312.81º | 0.79% | 0.47% | - |
| HSV(B) | 312.81º | 0.88% | 0.85% | - |
| XYZ | 36.8 | 18.58 | 42.72 | - |
| YUV | 99.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 176 | 0 | 0.88 | 0.19 | 0.15 | 312.81 | 0.79 | 0.47 |
| Hex | D9 | 19 | B0 | 0 | 58 | 13 | F | 139 | 4F | 2F |
| Octal | 331 | 31 | 260 | 0 | 130 | 23 | 17 | 471 | 117 | 57 |
| Binary | 11011001 | 11001 | 10110000 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001111 | 101111 |
Color Harmonies of #D919B0
Complementary color
Monochromatic Colors of #D919B0
Black with #D919B0
Text Example
Text Example
White with #D919B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919B0; }
p { color: rgb(217,25,176); }
H1.HeaderClassName
{
color: #D919B0;
}
.AnyTagClassName
{
color: #D919B0;
}
</style>
background-color css
<style>
a { background-color: #D919B0; }
a { background-color: rgb(217,25,176); }
div.DivClassName
{
background-color: #D919B0;
}
.BgClassName
{
background-color: #D919B0;
}
</style>
border-color css
<style>
span { border-color: #D919B0; }
span { border-color: rgb(217,25,176); }
td.TdClassName
{
border-color: #D919B0;
}
.TagClassName
{
border-color: #D919B0;
}
</style>