Shades of Hot Pink #DF6DAF
Tints of Hot Pink #DF6DAF
RGB
CMYK
RGB Variations
Color information
#DF6DAF (or 0xDF6DAF) is known color: Hot Pink. HEX triplet: DF, 6D and AF. RGB value is (223,109,175). Sum of RGB (Red+Green+Blue) = 223+109+175=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6DAF is #209250. Grayscale: #969696. Windows color (decimal): -2134609 or 11496927. OLE color: 11496927.
HSL color Cylindrical-coordinate representation of color #DF6DAF: hue angle of 325.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DAF is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 175 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.13 |
| HSL | 325.26º | 0.64% | 0.65% | - |
| HSV(B) | 325.26º | 0.51% | 0.87% | - |
| XYZ | 43.64 | 29.72 | 43.99 | - |
| YUV | 150.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 175 | 0 | 0.51 | 0.22 | 0.13 | 325.26 | 0.64 | 0.65 |
| Hex | DF | 6D | AF | 0 | 33 | 16 | D | 145 | 40 | 41 |
| Octal | 337 | 155 | 257 | 0 | 63 | 26 | 15 | 505 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10101111 | 0 | 110011 | 10110 | 1101 | 101000101 | 1000000 | 1000001 |
Color Harmonies of #DF6DAF
Complementary color
Monochromatic Colors of #DF6DAF
Black with #DF6DAF
Text Example
Text Example
White with #DF6DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DAF; }
p { color: rgb(223,109,175); }
H1.HeaderClassName
{
color: #DF6DAF;
}
.AnyTagClassName
{
color: #DF6DAF;
}
</style>
background-color css
<style>
a { background-color: #DF6DAF; }
a { background-color: rgb(223,109,175); }
div.DivClassName
{
background-color: #DF6DAF;
}
.BgClassName
{
background-color: #DF6DAF;
}
</style>
border-color css
<style>
span { border-color: #DF6DAF; }
span { border-color: rgb(223,109,175); }
td.TdClassName
{
border-color: #DF6DAF;
}
.TagClassName
{
border-color: #DF6DAF;
}
</style>