Shades of Shocking Pink #D914B2
Tints of Shocking Pink #D914B2
RGB
CMYK
RGB Variations
Color information
#D914B2 (or 0xD914B2) is known color: Shocking Pink. HEX triplet: D9, 14 and B2. RGB value is (217,20,178). Sum of RGB (Red+Green+Blue) = 217+20+178=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D914B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D914B2 is #26EB4D. Grayscale: #606060. Windows color (decimal): -2550606 or 11670745. OLE color: 11670745.
HSL color Cylindrical-coordinate representation of color #D914B2: hue angle of 311.88º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914B2 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 178 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.15 |
| HSL | 311.88º | 0.83% | 0.46% | - |
| HSV(B) | 311.88º | 0.91% | 0.85% | - |
| XYZ | 36.9 | 18.47 | 43.74 | - |
| YUV | 96.92 | 173.77 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 178 | 0 | 0.91 | 0.18 | 0.15 | 311.88 | 0.83 | 0.46 |
| Hex | D9 | 14 | B2 | 0 | 5B | 12 | F | 138 | 53 | 2E |
| Octal | 331 | 24 | 262 | 0 | 133 | 22 | 17 | 470 | 123 | 56 |
| Binary | 11011001 | 10100 | 10110010 | 0 | 1011011 | 10010 | 1111 | 100111000 | 1010011 | 101110 |
Color Harmonies of #D914B2
Complementary color
Monochromatic Colors of #D914B2
Black with #D914B2
Text Example
Text Example
White with #D914B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914B2; }
p { color: rgb(217,20,178); }
H1.HeaderClassName
{
color: #D914B2;
}
.AnyTagClassName
{
color: #D914B2;
}
</style>
background-color css
<style>
a { background-color: #D914B2; }
a { background-color: rgb(217,20,178); }
div.DivClassName
{
background-color: #D914B2;
}
.BgClassName
{
background-color: #D914B2;
}
</style>
border-color css
<style>
span { border-color: #D914B2; }
span { border-color: rgb(217,20,178); }
td.TdClassName
{
border-color: #D914B2;
}
.TagClassName
{
border-color: #D914B2;
}
</style>