Shades of Shocking Pink #DF23C4
Tints of Shocking Pink #DF23C4
RGB
CMYK
RGB Variations
Color information
#DF23C4 (or 0xDF23C4) is known color: Shocking Pink. HEX triplet: DF, 23 and C4. RGB value is (223,35,196). Sum of RGB (Red+Green+Blue) = 223+35+196=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23C4 is #20DC3B. Grayscale: #6D6D6D. Windows color (decimal): -2153532 or 12854239. OLE color: 12854239.
HSL color Cylindrical-coordinate representation of color #DF23C4: hue angle of 308.62º 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 #DF23C4 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 196 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.13 |
| HSL | 308.62º | 0.75% | 0.51% | - |
| HSV(B) | 308.62º | 0.84% | 0.87% | - |
| XYZ | 41 | 20.88 | 54.09 | - |
| YUV | 109.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 196 | 0 | 0.84 | 0.12 | 0.13 | 308.62 | 0.75 | 0.51 |
| Hex | DF | 23 | C4 | 0 | 54 | C | D | 135 | 4B | 33 |
| Octal | 337 | 43 | 304 | 0 | 124 | 14 | 15 | 465 | 113 | 63 |
| Binary | 11011111 | 100011 | 11000100 | 0 | 1010100 | 1100 | 1101 | 100110101 | 1001011 | 110011 |
Color Harmonies of #DF23C4
Complementary color
Monochromatic Colors of #DF23C4
Black with #DF23C4
Text Example
Text Example
White with #DF23C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23C4; }
p { color: rgb(223,35,196); }
H1.HeaderClassName
{
color: #DF23C4;
}
.AnyTagClassName
{
color: #DF23C4;
}
</style>
background-color css
<style>
a { background-color: #DF23C4; }
a { background-color: rgb(223,35,196); }
div.DivClassName
{
background-color: #DF23C4;
}
.BgClassName
{
background-color: #DF23C4;
}
</style>
border-color css
<style>
span { border-color: #DF23C4; }
span { border-color: rgb(223,35,196); }
td.TdClassName
{
border-color: #DF23C4;
}
.TagClassName
{
border-color: #DF23C4;
}
</style>