Shades of Shocking Pink #D917B4
Tints of Shocking Pink #D917B4
RGB
CMYK
RGB Variations
Color information
#D917B4 (or 0xD917B4) is known color: Shocking Pink. HEX triplet: D9, 17 and B4. RGB value is (217,23,180). Sum of RGB (Red+Green+Blue) = 217+23+180=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D917B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917B4 is #26E84B. Grayscale: #626262. Windows color (decimal): -2549836 or 11802585. OLE color: 11802585.
HSL color Cylindrical-coordinate representation of color #D917B4: hue angle of 311.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917B4 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 180 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.15 |
| HSL | 311.44º | 0.81% | 0.47% | - |
| HSV(B) | 311.44º | 0.89% | 0.85% | - |
| XYZ | 37.16 | 18.66 | 44.82 | - |
| YUV | 98.9 | 173.77 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 180 | 0 | 0.89 | 0.17 | 0.15 | 311.44 | 0.81 | 0.47 |
| Hex | D9 | 17 | B4 | 0 | 59 | 11 | F | 137 | 51 | 2F |
| Octal | 331 | 27 | 264 | 0 | 131 | 21 | 17 | 467 | 121 | 57 |
| Binary | 11011001 | 10111 | 10110100 | 0 | 1011001 | 10001 | 1111 | 100110111 | 1010001 | 101111 |
Color Harmonies of #D917B4
Complementary color
Monochromatic Colors of #D917B4
Black with #D917B4
Text Example
Text Example
White with #D917B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917B4; }
p { color: rgb(217,23,180); }
H1.HeaderClassName
{
color: #D917B4;
}
.AnyTagClassName
{
color: #D917B4;
}
</style>
background-color css
<style>
a { background-color: #D917B4; }
a { background-color: rgb(217,23,180); }
div.DivClassName
{
background-color: #D917B4;
}
.BgClassName
{
background-color: #D917B4;
}
</style>
border-color css
<style>
span { border-color: #D917B4; }
span { border-color: rgb(217,23,180); }
td.TdClassName
{
border-color: #D917B4;
}
.TagClassName
{
border-color: #D917B4;
}
</style>