Shades of Hot Pink #DF65AE
Tints of Hot Pink #DF65AE
RGB
CMYK
RGB Variations
Color information
#DF65AE (or 0xDF65AE) is known color: Hot Pink. HEX triplet: DF, 65 and AE. RGB value is (223,101,174). Sum of RGB (Red+Green+Blue) = 223+101+174=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65AE is #209A51. Grayscale: #919191. Windows color (decimal): -2136658 or 11429343. OLE color: 11429343.
HSL color Cylindrical-coordinate representation of color #DF65AE: hue angle of 324.1º 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 #DF65AE is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 174 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.13 |
| HSL | 324.1º | 0.66% | 0.64% | - |
| HSV(B) | 324.1º | 0.55% | 0.87% | - |
| XYZ | 42.73 | 28.05 | 43.21 | - |
| YUV | 145.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 174 | 0 | 0.55 | 0.22 | 0.13 | 324.1 | 0.66 | 0.64 |
| Hex | DF | 65 | AE | 0 | 37 | 16 | D | 144 | 42 | 40 |
| Octal | 337 | 145 | 256 | 0 | 67 | 26 | 15 | 504 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10101110 | 0 | 110111 | 10110 | 1101 | 101000100 | 1000010 | 1000000 |
Color Harmonies of #DF65AE
Complementary color
Monochromatic Colors of #DF65AE
Black with #DF65AE
Text Example
Text Example
White with #DF65AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65AE; }
p { color: rgb(223,101,174); }
H1.HeaderClassName
{
color: #DF65AE;
}
.AnyTagClassName
{
color: #DF65AE;
}
</style>
background-color css
<style>
a { background-color: #DF65AE; }
a { background-color: rgb(223,101,174); }
div.DivClassName
{
background-color: #DF65AE;
}
.BgClassName
{
background-color: #DF65AE;
}
</style>
border-color css
<style>
span { border-color: #DF65AE; }
span { border-color: rgb(223,101,174); }
td.TdClassName
{
border-color: #DF65AE;
}
.TagClassName
{
border-color: #DF65AE;
}
</style>