Shades of Shocking Pink #DF1ABE
Tints of Shocking Pink #DF1ABE
RGB
CMYK
RGB Variations
Color information
#DF1ABE (or 0xDF1ABE) is known color: Shocking Pink. HEX triplet: DF, 1A and BE. RGB value is (223,26,190). Sum of RGB (Red+Green+Blue) = 223+26+190=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1ABE is #20E541. Grayscale: #676767. Windows color (decimal): -2155842 or 12458719. OLE color: 12458719.
HSL color Cylindrical-coordinate representation of color #DF1ABE: hue angle of 310.05º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1ABE is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 190 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.13 |
| HSL | 310.05º | 0.79% | 0.49% | - |
| HSV(B) | 310.05º | 0.88% | 0.87% | - |
| XYZ | 40.1 | 20.14 | 50.49 | - |
| YUV | 103.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 190 | 0 | 0.88 | 0.15 | 0.13 | 310.05 | 0.79 | 0.49 |
| Hex | DF | 1A | BE | 0 | 58 | F | D | 136 | 4F | 31 |
| Octal | 337 | 32 | 276 | 0 | 130 | 17 | 15 | 466 | 117 | 61 |
| Binary | 11011111 | 11010 | 10111110 | 0 | 1011000 | 1111 | 1101 | 100110110 | 1001111 | 110001 |
Color Harmonies of #DF1ABE
Complementary color
Monochromatic Colors of #DF1ABE
Black with #DF1ABE
Text Example
Text Example
White with #DF1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1ABE; }
p { color: rgb(223,26,190); }
H1.HeaderClassName
{
color: #DF1ABE;
}
.AnyTagClassName
{
color: #DF1ABE;
}
</style>
background-color css
<style>
a { background-color: #DF1ABE; }
a { background-color: rgb(223,26,190); }
div.DivClassName
{
background-color: #DF1ABE;
}
.BgClassName
{
background-color: #DF1ABE;
}
</style>
border-color css
<style>
span { border-color: #DF1ABE; }
span { border-color: rgb(223,26,190); }
td.TdClassName
{
border-color: #DF1ABE;
}
.TagClassName
{
border-color: #DF1ABE;
}
</style>