Shades of Shocking Pink #DF14B6
Tints of Shocking Pink #DF14B6
RGB
CMYK
RGB Variations
Color information
#DF14B6 (or 0xDF14B6) is known color: Shocking Pink. HEX triplet: DF, 14 and B6. RGB value is (223,20,182). Sum of RGB (Red+Green+Blue) = 223+20+182=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14B6 is #20EB49. Grayscale: #626262. Windows color (decimal): -2157386 or 11932895. OLE color: 11932895.
HSL color Cylindrical-coordinate representation of color #DF14B6: hue angle of 312.12º 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 #DF14B6 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 182 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.13 |
| HSL | 312.12º | 0.84% | 0.48% | - |
| HSV(B) | 312.12º | 0.91% | 0.87% | - |
| XYZ | 39.13 | 19.57 | 45.97 | - |
| YUV | 99.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 182 | 0 | 0.91 | 0.18 | 0.13 | 312.12 | 0.84 | 0.48 |
| Hex | DF | 14 | B6 | 0 | 5B | 12 | D | 138 | 54 | 30 |
| Octal | 337 | 24 | 266 | 0 | 133 | 22 | 15 | 470 | 124 | 60 |
| Binary | 11011111 | 10100 | 10110110 | 0 | 1011011 | 10010 | 1101 | 100111000 | 1010100 | 110000 |
Color Harmonies of #DF14B6
Complementary color
Monochromatic Colors of #DF14B6
Black with #DF14B6
Text Example
Text Example
White with #DF14B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14B6; }
p { color: rgb(223,20,182); }
H1.HeaderClassName
{
color: #DF14B6;
}
.AnyTagClassName
{
color: #DF14B6;
}
</style>
background-color css
<style>
a { background-color: #DF14B6; }
a { background-color: rgb(223,20,182); }
div.DivClassName
{
background-color: #DF14B6;
}
.BgClassName
{
background-color: #DF14B6;
}
</style>
border-color css
<style>
span { border-color: #DF14B6; }
span { border-color: rgb(223,20,182); }
td.TdClassName
{
border-color: #DF14B6;
}
.TagClassName
{
border-color: #DF14B6;
}
</style>