Shades of Hot Pink #DF61AB
Tints of Hot Pink #DF61AB
RGB
CMYK
RGB Variations
Color information
#DF61AB (or 0xDF61AB) is known color: Hot Pink. HEX triplet: DF, 61 and AB. RGB value is (223,97,171). Sum of RGB (Red+Green+Blue) = 223+97+171=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61AB is #209E54. Grayscale: #8E8E8E. Windows color (decimal): -2137685 or 11231711. OLE color: 11231711.
HSL color Cylindrical-coordinate representation of color #DF61AB: hue angle of 324.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61AB is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 171 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.13 |
| HSL | 324.76º | 0.66% | 0.63% | - |
| HSV(B) | 324.76º | 0.57% | 0.87% | - |
| XYZ | 42.06 | 27.18 | 41.56 | - |
| YUV | 143.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 171 | 0 | 0.57 | 0.23 | 0.13 | 324.76 | 0.66 | 0.63 |
| Hex | DF | 61 | AB | 0 | 39 | 17 | D | 145 | 42 | 3F |
| Octal | 337 | 141 | 253 | 0 | 71 | 27 | 15 | 505 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10101011 | 0 | 111001 | 10111 | 1101 | 101000101 | 1000010 | 111111 |
Color Harmonies of #DF61AB
Complementary color
Monochromatic Colors of #DF61AB
Black with #DF61AB
Text Example
Text Example
White with #DF61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61AB; }
p { color: rgb(223,97,171); }
H1.HeaderClassName
{
color: #DF61AB;
}
.AnyTagClassName
{
color: #DF61AB;
}
</style>
background-color css
<style>
a { background-color: #DF61AB; }
a { background-color: rgb(223,97,171); }
div.DivClassName
{
background-color: #DF61AB;
}
.BgClassName
{
background-color: #DF61AB;
}
</style>
border-color css
<style>
span { border-color: #DF61AB; }
span { border-color: rgb(223,97,171); }
td.TdClassName
{
border-color: #DF61AB;
}
.TagClassName
{
border-color: #DF61AB;
}
</style>