Shades of Shocking Pink #DF14B2
Tints of Shocking Pink #DF14B2
RGB
CMYK
RGB Variations
Color information
#DF14B2 (or 0xDF14B2) is known color: Shocking Pink. HEX triplet: DF, 14 and B2. RGB value is (223,20,178). Sum of RGB (Red+Green+Blue) = 223+20+178=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF14B2 is #20EB4D. Grayscale: #626262. Windows color (decimal): -2157390 or 11670751. OLE color: 11670751.
HSL color Cylindrical-coordinate representation of color #DF14B2: hue angle of 313.3º 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 #DF14B2 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 178 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.13 |
| HSL | 313.3º | 0.84% | 0.48% | - |
| HSV(B) | 313.3º | 0.91% | 0.87% | - |
| XYZ | 38.72 | 19.4 | 43.82 | - |
| YUV | 98.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 178 | 0 | 0.91 | 0.20 | 0.13 | 313.3 | 0.84 | 0.48 |
| Hex | DF | 14 | B2 | 0 | 5B | 14 | D | 139 | 54 | 30 |
| Octal | 337 | 24 | 262 | 0 | 133 | 24 | 15 | 471 | 124 | 60 |
| Binary | 11011111 | 10100 | 10110010 | 0 | 1011011 | 10100 | 1101 | 100111001 | 1010100 | 110000 |
Color Harmonies of #DF14B2
Complementary color
Monochromatic Colors of #DF14B2
Black with #DF14B2
Text Example
Text Example
White with #DF14B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14B2; }
p { color: rgb(223,20,178); }
H1.HeaderClassName
{
color: #DF14B2;
}
.AnyTagClassName
{
color: #DF14B2;
}
</style>
background-color css
<style>
a { background-color: #DF14B2; }
a { background-color: rgb(223,20,178); }
div.DivClassName
{
background-color: #DF14B2;
}
.BgClassName
{
background-color: #DF14B2;
}
</style>
border-color css
<style>
span { border-color: #DF14B2; }
span { border-color: rgb(223,20,178); }
td.TdClassName
{
border-color: #DF14B2;
}
.TagClassName
{
border-color: #DF14B2;
}
</style>