Shades of Hot Pink #DF6AAE
Tints of Hot Pink #DF6AAE
RGB
CMYK
RGB Variations
Color information
#DF6AAE (or 0xDF6AAE) is known color: Hot Pink. HEX triplet: DF, 6A and AE. RGB value is (223,106,174). Sum of RGB (Red+Green+Blue) = 223+106+174=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6AAE is #209551. Grayscale: #949494. Windows color (decimal): -2135378 or 11430623. OLE color: 11430623.
HSL color Cylindrical-coordinate representation of color #DF6AAE: hue angle of 325.13º 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 #DF6AAE is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 174 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.13 |
| HSL | 325.13º | 0.65% | 0.65% | - |
| HSV(B) | 325.13º | 0.52% | 0.87% | - |
| XYZ | 43.23 | 29.05 | 43.37 | - |
| YUV | 148.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 174 | 0 | 0.52 | 0.22 | 0.13 | 325.13 | 0.65 | 0.65 |
| Hex | DF | 6A | AE | 0 | 34 | 16 | D | 145 | 41 | 41 |
| Octal | 337 | 152 | 256 | 0 | 64 | 26 | 15 | 505 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10101110 | 0 | 110100 | 10110 | 1101 | 101000101 | 1000001 | 1000001 |
Color Harmonies of #DF6AAE
Complementary color
Monochromatic Colors of #DF6AAE
Black with #DF6AAE
Text Example
Text Example
White with #DF6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AAE; }
p { color: rgb(223,106,174); }
H1.HeaderClassName
{
color: #DF6AAE;
}
.AnyTagClassName
{
color: #DF6AAE;
}
</style>
background-color css
<style>
a { background-color: #DF6AAE; }
a { background-color: rgb(223,106,174); }
div.DivClassName
{
background-color: #DF6AAE;
}
.BgClassName
{
background-color: #DF6AAE;
}
</style>
border-color css
<style>
span { border-color: #DF6AAE; }
span { border-color: rgb(223,106,174); }
td.TdClassName
{
border-color: #DF6AAE;
}
.TagClassName
{
border-color: #DF6AAE;
}
</style>