Shades of Shocking Pink #DF14C1
Tints of Shocking Pink #DF14C1
RGB
CMYK
RGB Variations
Color information
#DF14C1 (or 0xDF14C1) is known color: Shocking Pink. HEX triplet: DF, 14 and C1. RGB value is (223,20,193). Sum of RGB (Red+Green+Blue) = 223+20+193=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14C1 is #20EB3E. Grayscale: #636363. Windows color (decimal): -2157375 or 12653791. OLE color: 12653791.
HSL color Cylindrical-coordinate representation of color #DF14C1: hue angle of 308.87º 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 #DF14C1 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 193 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.13 |
| HSL | 308.87º | 0.84% | 0.48% | - |
| HSV(B) | 308.87º | 0.91% | 0.87% | - |
| XYZ | 40.31 | 20.04 | 52.2 | - |
| YUV | 100.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 193 | 0 | 0.91 | 0.13 | 0.13 | 308.87 | 0.84 | 0.48 |
| Hex | DF | 14 | C1 | 0 | 5B | D | D | 135 | 54 | 30 |
| Octal | 337 | 24 | 301 | 0 | 133 | 15 | 15 | 465 | 124 | 60 |
| Binary | 11011111 | 10100 | 11000001 | 0 | 1011011 | 1101 | 1101 | 100110101 | 1010100 | 110000 |
Color Harmonies of #DF14C1
Complementary color
Monochromatic Colors of #DF14C1
Black with #DF14C1
Text Example
Text Example
White with #DF14C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14C1; }
p { color: rgb(223,20,193); }
H1.HeaderClassName
{
color: #DF14C1;
}
.AnyTagClassName
{
color: #DF14C1;
}
</style>
background-color css
<style>
a { background-color: #DF14C1; }
a { background-color: rgb(223,20,193); }
div.DivClassName
{
background-color: #DF14C1;
}
.BgClassName
{
background-color: #DF14C1;
}
</style>
border-color css
<style>
span { border-color: #DF14C1; }
span { border-color: rgb(223,20,193); }
td.TdClassName
{
border-color: #DF14C1;
}
.TagClassName
{
border-color: #DF14C1;
}
</style>