Shades of Hot Pink #DF68AD
Tints of Hot Pink #DF68AD
RGB
CMYK
RGB Variations
Color information
#DF68AD (or 0xDF68AD) is known color: Hot Pink. HEX triplet: DF, 68 and AD. RGB value is (223,104,173). Sum of RGB (Red+Green+Blue) = 223+104+173=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68AD is #209752. Grayscale: #939393. Windows color (decimal): -2135891 or 11364575. OLE color: 11364575.
HSL color Cylindrical-coordinate representation of color #DF68AD: hue angle of 325.21º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF68AD is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 173 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.13 |
| HSL | 325.21º | 0.65% | 0.64% | - |
| HSV(B) | 325.21º | 0.53% | 0.87% | - |
| XYZ | 42.92 | 28.61 | 42.79 | - |
| YUV | 147.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 173 | 0 | 0.53 | 0.22 | 0.13 | 325.21 | 0.65 | 0.64 |
| Hex | DF | 68 | AD | 0 | 35 | 16 | D | 145 | 41 | 40 |
| Octal | 337 | 150 | 255 | 0 | 65 | 26 | 15 | 505 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10101101 | 0 | 110101 | 10110 | 1101 | 101000101 | 1000001 | 1000000 |
Color Harmonies of #DF68AD
Complementary color
Monochromatic Colors of #DF68AD
Black with #DF68AD
Text Example
Text Example
White with #DF68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68AD; }
p { color: rgb(223,104,173); }
H1.HeaderClassName
{
color: #DF68AD;
}
.AnyTagClassName
{
color: #DF68AD;
}
</style>
background-color css
<style>
a { background-color: #DF68AD; }
a { background-color: rgb(223,104,173); }
div.DivClassName
{
background-color: #DF68AD;
}
.BgClassName
{
background-color: #DF68AD;
}
</style>
border-color css
<style>
span { border-color: #DF68AD; }
span { border-color: rgb(223,104,173); }
td.TdClassName
{
border-color: #DF68AD;
}
.TagClassName
{
border-color: #DF68AD;
}
</style>