Shades of Shocking Pink #DF24BE
Tints of Shocking Pink #DF24BE
RGB
CMYK
RGB Variations
Color information
#DF24BE (or 0xDF24BE) is known color: Shocking Pink. HEX triplet: DF, 24 and BE. RGB value is (223,36,190). Sum of RGB (Red+Green+Blue) = 223+36+190=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF24BE is #20DB41. Grayscale: #6D6D6D. Windows color (decimal): -2153282 or 12461279. OLE color: 12461279.
HSL color Cylindrical-coordinate representation of color #DF24BE: hue angle of 310.59º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF24BE is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 190 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.13 |
| HSL | 310.59º | 0.75% | 0.51% | - |
| HSV(B) | 310.59º | 0.84% | 0.87% | - |
| XYZ | 40.36 | 20.67 | 50.58 | - |
| YUV | 109.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 190 | 0 | 0.84 | 0.15 | 0.13 | 310.59 | 0.75 | 0.51 |
| Hex | DF | 24 | BE | 0 | 54 | F | D | 137 | 4B | 33 |
| Octal | 337 | 44 | 276 | 0 | 124 | 17 | 15 | 467 | 113 | 63 |
| Binary | 11011111 | 100100 | 10111110 | 0 | 1010100 | 1111 | 1101 | 100110111 | 1001011 | 110011 |
Color Harmonies of #DF24BE
Complementary color
Monochromatic Colors of #DF24BE
Black with #DF24BE
Text Example
Text Example
White with #DF24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24BE; }
p { color: rgb(223,36,190); }
H1.HeaderClassName
{
color: #DF24BE;
}
.AnyTagClassName
{
color: #DF24BE;
}
</style>
background-color css
<style>
a { background-color: #DF24BE; }
a { background-color: rgb(223,36,190); }
div.DivClassName
{
background-color: #DF24BE;
}
.BgClassName
{
background-color: #DF24BE;
}
</style>
border-color css
<style>
span { border-color: #DF24BE; }
span { border-color: rgb(223,36,190); }
td.TdClassName
{
border-color: #DF24BE;
}
.TagClassName
{
border-color: #DF24BE;
}
</style>