Shades of Shocking Pink #DF14BE
Tints of Shocking Pink #DF14BE
RGB
CMYK
RGB Variations
Color information
#DF14BE (or 0xDF14BE) is known color: Shocking Pink. HEX triplet: DF, 14 and BE. RGB value is (223,20,190). Sum of RGB (Red+Green+Blue) = 223+20+190=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14BE is #20EB41. Grayscale: #636363. Windows color (decimal): -2157378 or 12457183. OLE color: 12457183.
HSL color Cylindrical-coordinate representation of color #DF14BE: hue angle of 309.75º 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 #DF14BE is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 190 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.13 |
| HSL | 309.75º | 0.84% | 0.48% | - |
| HSV(B) | 309.75º | 0.91% | 0.87% | - |
| XYZ | 39.98 | 19.91 | 50.45 | - |
| YUV | 100.08 | 178.75 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 190 | 0 | 0.91 | 0.15 | 0.13 | 309.75 | 0.84 | 0.48 |
| Hex | DF | 14 | BE | 0 | 5B | F | D | 136 | 54 | 30 |
| Octal | 337 | 24 | 276 | 0 | 133 | 17 | 15 | 466 | 124 | 60 |
| Binary | 11011111 | 10100 | 10111110 | 0 | 1011011 | 1111 | 1101 | 100110110 | 1010100 | 110000 |
Color Harmonies of #DF14BE
Complementary color
Monochromatic Colors of #DF14BE
Black with #DF14BE
Text Example
Text Example
White with #DF14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14BE; }
p { color: rgb(223,20,190); }
H1.HeaderClassName
{
color: #DF14BE;
}
.AnyTagClassName
{
color: #DF14BE;
}
</style>
background-color css
<style>
a { background-color: #DF14BE; }
a { background-color: rgb(223,20,190); }
div.DivClassName
{
background-color: #DF14BE;
}
.BgClassName
{
background-color: #DF14BE;
}
</style>
border-color css
<style>
span { border-color: #DF14BE; }
span { border-color: rgb(223,20,190); }
td.TdClassName
{
border-color: #DF14BE;
}
.TagClassName
{
border-color: #DF14BE;
}
</style>