Shades of Shocking Pink #D914B3
Tints of Shocking Pink #D914B3
RGB
CMYK
RGB Variations
Color information
#D914B3 (or 0xD914B3) is known color: Shocking Pink. HEX triplet: D9, 14 and B3. RGB value is (217,20,179). Sum of RGB (Red+Green+Blue) = 217+20+179=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D914B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914B3 is #26EB4C. Grayscale: #606060. Windows color (decimal): -2550605 or 11736281. OLE color: 11736281.
HSL color Cylindrical-coordinate representation of color #D914B3: hue angle of 311.57º 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 #D914B3 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 179 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.15 |
| HSL | 311.57º | 0.83% | 0.46% | - |
| HSV(B) | 311.57º | 0.91% | 0.85% | - |
| XYZ | 37 | 18.51 | 44.27 | - |
| YUV | 97.03 | 174.27 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 179 | 0 | 0.91 | 0.18 | 0.15 | 311.57 | 0.83 | 0.46 |
| Hex | D9 | 14 | B3 | 0 | 5B | 12 | F | 138 | 53 | 2E |
| Octal | 331 | 24 | 263 | 0 | 133 | 22 | 17 | 470 | 123 | 56 |
| Binary | 11011001 | 10100 | 10110011 | 0 | 1011011 | 10010 | 1111 | 100111000 | 1010011 | 101110 |
Color Harmonies of #D914B3
Complementary color
Monochromatic Colors of #D914B3
Black with #D914B3
Text Example
Text Example
White with #D914B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D914B3; }
p { color: rgb(217,20,179); }
H1.HeaderClassName
{
color: #D914B3;
}
.AnyTagClassName
{
color: #D914B3;
}
</style>
background-color css
<style>
a { background-color: #D914B3; }
a { background-color: rgb(217,20,179); }
div.DivClassName
{
background-color: #D914B3;
}
.BgClassName
{
background-color: #D914B3;
}
</style>
border-color css
<style>
span { border-color: #D914B3; }
span { border-color: rgb(217,20,179); }
td.TdClassName
{
border-color: #D914B3;
}
.TagClassName
{
border-color: #D914B3;
}
</style>