Shades of Hot Pink #DF65AF
Tints of Hot Pink #DF65AF
RGB
CMYK
RGB Variations
Color information
#DF65AF (or 0xDF65AF) is known color: Hot Pink. HEX triplet: DF, 65 and AF. RGB value is (223,101,175). Sum of RGB (Red+Green+Blue) = 223+101+175=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65AF is #209A50. Grayscale: #919191. Windows color (decimal): -2136657 or 11494879. OLE color: 11494879.
HSL color Cylindrical-coordinate representation of color #DF65AF: hue angle of 323.61º 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 #DF65AF is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 175 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.13 |
| HSL | 323.61º | 0.66% | 0.64% | - |
| HSV(B) | 323.61º | 0.55% | 0.87% | - |
| XYZ | 42.82 | 28.09 | 43.72 | - |
| YUV | 145.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 175 | 0 | 0.55 | 0.22 | 0.13 | 323.61 | 0.66 | 0.64 |
| Hex | DF | 65 | AF | 0 | 37 | 16 | D | 144 | 42 | 40 |
| Octal | 337 | 145 | 257 | 0 | 67 | 26 | 15 | 504 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10101111 | 0 | 110111 | 10110 | 1101 | 101000100 | 1000010 | 1000000 |
Color Harmonies of #DF65AF
Complementary color
Monochromatic Colors of #DF65AF
Black with #DF65AF
Text Example
Text Example
White with #DF65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65AF; }
p { color: rgb(223,101,175); }
H1.HeaderClassName
{
color: #DF65AF;
}
.AnyTagClassName
{
color: #DF65AF;
}
</style>
background-color css
<style>
a { background-color: #DF65AF; }
a { background-color: rgb(223,101,175); }
div.DivClassName
{
background-color: #DF65AF;
}
.BgClassName
{
background-color: #DF65AF;
}
</style>
border-color css
<style>
span { border-color: #DF65AF; }
span { border-color: rgb(223,101,175); }
td.TdClassName
{
border-color: #DF65AF;
}
.TagClassName
{
border-color: #DF65AF;
}
</style>