Shades of Shocking Pink #D916B3
Tints of Shocking Pink #D916B3
RGB
CMYK
RGB Variations
Color information
#D916B3 (or 0xD916B3) is known color: Shocking Pink. HEX triplet: D9, 16 and B3. RGB value is (217,22,179). Sum of RGB (Red+Green+Blue) = 217+22+179=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D916B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916B3 is #26E94C. Grayscale: #616161. Windows color (decimal): -2550093 or 11736793. OLE color: 11736793.
HSL color Cylindrical-coordinate representation of color #D916B3: hue angle of 311.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916B3 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 179 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.15 |
| HSL | 311.69º | 0.82% | 0.47% | - |
| HSV(B) | 311.69º | 0.9% | 0.85% | - |
| XYZ | 37.04 | 18.58 | 44.28 | - |
| YUV | 98.2 | 173.6 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 179 | 0 | 0.90 | 0.18 | 0.15 | 311.69 | 0.82 | 0.47 |
| Hex | D9 | 16 | B3 | 0 | 5A | 12 | F | 138 | 52 | 2F |
| Octal | 331 | 26 | 263 | 0 | 132 | 22 | 17 | 470 | 122 | 57 |
| Binary | 11011001 | 10110 | 10110011 | 0 | 1011010 | 10010 | 1111 | 100111000 | 1010010 | 101111 |
Color Harmonies of #D916B3
Complementary color
Monochromatic Colors of #D916B3
Black with #D916B3
Text Example
Text Example
White with #D916B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D916B3; }
p { color: rgb(217,22,179); }
H1.HeaderClassName
{
color: #D916B3;
}
.AnyTagClassName
{
color: #D916B3;
}
</style>
background-color css
<style>
a { background-color: #D916B3; }
a { background-color: rgb(217,22,179); }
div.DivClassName
{
background-color: #D916B3;
}
.BgClassName
{
background-color: #D916B3;
}
</style>
border-color css
<style>
span { border-color: #D916B3; }
span { border-color: rgb(217,22,179); }
td.TdClassName
{
border-color: #D916B3;
}
.TagClassName
{
border-color: #D916B3;
}
</style>