Shades of Shocking Pink #DF14B7
Tints of Shocking Pink #DF14B7
RGB
CMYK
RGB Variations
Color information
#DF14B7 (or 0xDF14B7) is known color: Shocking Pink. HEX triplet: DF, 14 and B7. RGB value is (223,20,183). Sum of RGB (Red+Green+Blue) = 223+20+183=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14B7 is #20EB48. Grayscale: #626262. Windows color (decimal): -2157385 or 11998431. OLE color: 11998431.
HSL color Cylindrical-coordinate representation of color #DF14B7: hue angle of 311.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF14B7 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 183 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.13 |
| HSL | 311.82º | 0.84% | 0.48% | - |
| HSV(B) | 311.82º | 0.91% | 0.87% | - |
| XYZ | 39.23 | 19.61 | 46.52 | - |
| YUV | 99.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 183 | 0 | 0.91 | 0.18 | 0.13 | 311.82 | 0.84 | 0.48 |
| Hex | DF | 14 | B7 | 0 | 5B | 12 | D | 138 | 54 | 30 |
| Octal | 337 | 24 | 267 | 0 | 133 | 22 | 15 | 470 | 124 | 60 |
| Binary | 11011111 | 10100 | 10110111 | 0 | 1011011 | 10010 | 1101 | 100111000 | 1010100 | 110000 |
Color Harmonies of #DF14B7
Complementary color
Monochromatic Colors of #DF14B7
Black with #DF14B7
Text Example
Text Example
White with #DF14B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14B7; }
p { color: rgb(223,20,183); }
H1.HeaderClassName
{
color: #DF14B7;
}
.AnyTagClassName
{
color: #DF14B7;
}
</style>
background-color css
<style>
a { background-color: #DF14B7; }
a { background-color: rgb(223,20,183); }
div.DivClassName
{
background-color: #DF14B7;
}
.BgClassName
{
background-color: #DF14B7;
}
</style>
border-color css
<style>
span { border-color: #DF14B7; }
span { border-color: rgb(223,20,183); }
td.TdClassName
{
border-color: #DF14B7;
}
.TagClassName
{
border-color: #DF14B7;
}
</style>