Shades of Hot Pink #DF65AD
Tints of Hot Pink #DF65AD
RGB
CMYK
RGB Variations
Color information
#DF65AD (or 0xDF65AD) is known color: Hot Pink. HEX triplet: DF, 65 and AD. RGB value is (223,101,173). Sum of RGB (Red+Green+Blue) = 223+101+173=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65AD is #209A52. Grayscale: #919191. Windows color (decimal): -2136659 or 11363807. OLE color: 11363807.
HSL color Cylindrical-coordinate representation of color #DF65AD: hue angle of 324.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65AD is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 173 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.13 |
| HSL | 324.59º | 0.66% | 0.64% | - |
| HSV(B) | 324.59º | 0.55% | 0.87% | - |
| XYZ | 42.63 | 28.01 | 42.7 | - |
| YUV | 145.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 173 | 0 | 0.55 | 0.22 | 0.13 | 324.59 | 0.66 | 0.64 |
| Hex | DF | 65 | AD | 0 | 37 | 16 | D | 145 | 42 | 40 |
| Octal | 337 | 145 | 255 | 0 | 67 | 26 | 15 | 505 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10101101 | 0 | 110111 | 10110 | 1101 | 101000101 | 1000010 | 1000000 |
Color Harmonies of #DF65AD
Complementary color
Monochromatic Colors of #DF65AD
Black with #DF65AD
Text Example
Text Example
White with #DF65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65AD; }
p { color: rgb(223,101,173); }
H1.HeaderClassName
{
color: #DF65AD;
}
.AnyTagClassName
{
color: #DF65AD;
}
</style>
background-color css
<style>
a { background-color: #DF65AD; }
a { background-color: rgb(223,101,173); }
div.DivClassName
{
background-color: #DF65AD;
}
.BgClassName
{
background-color: #DF65AD;
}
</style>
border-color css
<style>
span { border-color: #DF65AD; }
span { border-color: rgb(223,101,173); }
td.TdClassName
{
border-color: #DF65AD;
}
.TagClassName
{
border-color: #DF65AD;
}
</style>