Shades of Shocking Pink #DF23C6
Tints of Shocking Pink #DF23C6
RGB
CMYK
RGB Variations
Color information
#DF23C6 (or 0xDF23C6) is known color: Shocking Pink. HEX triplet: DF, 23 and C6. RGB value is (223,35,198). Sum of RGB (Red+Green+Blue) = 223+35+198=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23C6 is #20DC39. Grayscale: #6D6D6D. Windows color (decimal): -2153530 or 12985311. OLE color: 12985311.
HSL color Cylindrical-coordinate representation of color #DF23C6: hue angle of 307.98º 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 #DF23C6 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 198 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.13 |
| HSL | 307.98º | 0.75% | 0.51% | - |
| HSV(B) | 307.98º | 0.84% | 0.87% | - |
| XYZ | 41.23 | 20.97 | 55.3 | - |
| YUV | 109.79 | 177.78 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 198 | 0 | 0.84 | 0.11 | 0.13 | 307.98 | 0.75 | 0.51 |
| Hex | DF | 23 | C6 | 0 | 54 | B | D | 134 | 4B | 33 |
| Octal | 337 | 43 | 306 | 0 | 124 | 13 | 15 | 464 | 113 | 63 |
| Binary | 11011111 | 100011 | 11000110 | 0 | 1010100 | 1011 | 1101 | 100110100 | 1001011 | 110011 |
Color Harmonies of #DF23C6
Complementary color
Monochromatic Colors of #DF23C6
Black with #DF23C6
Text Example
Text Example
White with #DF23C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23C6; }
p { color: rgb(223,35,198); }
H1.HeaderClassName
{
color: #DF23C6;
}
.AnyTagClassName
{
color: #DF23C6;
}
</style>
background-color css
<style>
a { background-color: #DF23C6; }
a { background-color: rgb(223,35,198); }
div.DivClassName
{
background-color: #DF23C6;
}
.BgClassName
{
background-color: #DF23C6;
}
</style>
border-color css
<style>
span { border-color: #DF23C6; }
span { border-color: rgb(223,35,198); }
td.TdClassName
{
border-color: #DF23C6;
}
.TagClassName
{
border-color: #DF23C6;
}
</style>