Shades of Shocking Pink #DF18C2
Tints of Shocking Pink #DF18C2
RGB
CMYK
RGB Variations
Color information
#DF18C2 (or 0xDF18C2) is known color: Shocking Pink. HEX triplet: DF, 18 and C2. RGB value is (223,24,194). Sum of RGB (Red+Green+Blue) = 223+24+194=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18C2 is #20E73D. Grayscale: #666666. Windows color (decimal): -2156350 or 12720351. OLE color: 12720351.
HSL color Cylindrical-coordinate representation of color #DF18C2: hue angle of 308.74º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18C2 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 194 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.13 |
| HSL | 308.74º | 0.81% | 0.48% | - |
| HSV(B) | 308.74º | 0.89% | 0.87% | - |
| XYZ | 40.5 | 20.24 | 52.81 | - |
| YUV | 102.88 | 179.43 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 194 | 0 | 0.89 | 0.13 | 0.13 | 308.74 | 0.81 | 0.48 |
| Hex | DF | 18 | C2 | 0 | 59 | D | D | 135 | 51 | 30 |
| Octal | 337 | 30 | 302 | 0 | 131 | 15 | 15 | 465 | 121 | 60 |
| Binary | 11011111 | 11000 | 11000010 | 0 | 1011001 | 1101 | 1101 | 100110101 | 1010001 | 110000 |
Color Harmonies of #DF18C2
Complementary color
Monochromatic Colors of #DF18C2
Black with #DF18C2
Text Example
Text Example
White with #DF18C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18C2; }
p { color: rgb(223,24,194); }
H1.HeaderClassName
{
color: #DF18C2;
}
.AnyTagClassName
{
color: #DF18C2;
}
</style>
background-color css
<style>
a { background-color: #DF18C2; }
a { background-color: rgb(223,24,194); }
div.DivClassName
{
background-color: #DF18C2;
}
.BgClassName
{
background-color: #DF18C2;
}
</style>
border-color css
<style>
span { border-color: #DF18C2; }
span { border-color: rgb(223,24,194); }
td.TdClassName
{
border-color: #DF18C2;
}
.TagClassName
{
border-color: #DF18C2;
}
</style>