Shades of Shocking Pink #DF18B5
Tints of Shocking Pink #DF18B5
RGB
CMYK
RGB Variations
Color information
#DF18B5 (or 0xDF18B5) is known color: Shocking Pink. HEX triplet: DF, 18 and B5. RGB value is (223,24,181). Sum of RGB (Red+Green+Blue) = 223+24+181=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18B5 is #20E74A. Grayscale: #646464. Windows color (decimal): -2156363 or 11868383. OLE color: 11868383.
HSL color Cylindrical-coordinate representation of color #DF18B5: hue angle of 312.66º 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 #DF18B5 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 181 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.13 |
| HSL | 312.66º | 0.81% | 0.48% | - |
| HSV(B) | 312.66º | 0.89% | 0.87% | - |
| XYZ | 39.1 | 19.68 | 45.45 | - |
| YUV | 101.4 | 172.93 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 181 | 0 | 0.89 | 0.19 | 0.13 | 312.66 | 0.81 | 0.48 |
| Hex | DF | 18 | B5 | 0 | 59 | 13 | D | 139 | 51 | 30 |
| Octal | 337 | 30 | 265 | 0 | 131 | 23 | 15 | 471 | 121 | 60 |
| Binary | 11011111 | 11000 | 10110101 | 0 | 1011001 | 10011 | 1101 | 100111001 | 1010001 | 110000 |
Color Harmonies of #DF18B5
Complementary color
Monochromatic Colors of #DF18B5
Black with #DF18B5
Text Example
Text Example
White with #DF18B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18B5; }
p { color: rgb(223,24,181); }
H1.HeaderClassName
{
color: #DF18B5;
}
.AnyTagClassName
{
color: #DF18B5;
}
</style>
background-color css
<style>
a { background-color: #DF18B5; }
a { background-color: rgb(223,24,181); }
div.DivClassName
{
background-color: #DF18B5;
}
.BgClassName
{
background-color: #DF18B5;
}
</style>
border-color css
<style>
span { border-color: #DF18B5; }
span { border-color: rgb(223,24,181); }
td.TdClassName
{
border-color: #DF18B5;
}
.TagClassName
{
border-color: #DF18B5;
}
</style>