Shades of Hot Pink #DF6AAF
Tints of Hot Pink #DF6AAF
RGB
CMYK
RGB Variations
Color information
#DF6AAF (or 0xDF6AAF) is known color: Hot Pink. HEX triplet: DF, 6A and AF. RGB value is (223,106,175). Sum of RGB (Red+Green+Blue) = 223+106+175=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6AAF is #209550. Grayscale: #949494. Windows color (decimal): -2135377 or 11496159. OLE color: 11496159.
HSL color Cylindrical-coordinate representation of color #DF6AAF: hue angle of 324.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6AAF is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 175 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.13 |
| HSL | 324.62º | 0.65% | 0.65% | - |
| HSV(B) | 324.62º | 0.52% | 0.87% | - |
| XYZ | 43.32 | 29.09 | 43.89 | - |
| YUV | 148.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 175 | 0 | 0.52 | 0.22 | 0.13 | 324.62 | 0.65 | 0.65 |
| Hex | DF | 6A | AF | 0 | 34 | 16 | D | 145 | 41 | 41 |
| Octal | 337 | 152 | 257 | 0 | 64 | 26 | 15 | 505 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10101111 | 0 | 110100 | 10110 | 1101 | 101000101 | 1000001 | 1000001 |
Color Harmonies of #DF6AAF
Complementary color
Monochromatic Colors of #DF6AAF
Black with #DF6AAF
Text Example
Text Example
White with #DF6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AAF; }
p { color: rgb(223,106,175); }
H1.HeaderClassName
{
color: #DF6AAF;
}
.AnyTagClassName
{
color: #DF6AAF;
}
</style>
background-color css
<style>
a { background-color: #DF6AAF; }
a { background-color: rgb(223,106,175); }
div.DivClassName
{
background-color: #DF6AAF;
}
.BgClassName
{
background-color: #DF6AAF;
}
</style>
border-color css
<style>
span { border-color: #DF6AAF; }
span { border-color: rgb(223,106,175); }
td.TdClassName
{
border-color: #DF6AAF;
}
.TagClassName
{
border-color: #DF6AAF;
}
</style>