Shades of Hot Pink #DF65AC
Tints of Hot Pink #DF65AC
RGB
CMYK
RGB Variations
Color information
#DF65AC (or 0xDF65AC) is known color: Hot Pink. HEX triplet: DF, 65 and AC. RGB value is (223,101,172). Sum of RGB (Red+Green+Blue) = 223+101+172=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65AC is #209A53. Grayscale: #919191. Windows color (decimal): -2136660 or 11298271. OLE color: 11298271.
HSL color Cylindrical-coordinate representation of color #DF65AC: hue angle of 325.08º 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 #DF65AC is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 172 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.13 |
| HSL | 325.08º | 0.66% | 0.64% | - |
| HSV(B) | 325.08º | 0.55% | 0.87% | - |
| XYZ | 42.53 | 27.97 | 42.19 | - |
| YUV | 145.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 172 | 0 | 0.55 | 0.23 | 0.13 | 325.08 | 0.66 | 0.64 |
| Hex | DF | 65 | AC | 0 | 37 | 17 | D | 145 | 42 | 40 |
| Octal | 337 | 145 | 254 | 0 | 67 | 27 | 15 | 505 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10101100 | 0 | 110111 | 10111 | 1101 | 101000101 | 1000010 | 1000000 |
Color Harmonies of #DF65AC
Complementary color
Monochromatic Colors of #DF65AC
Black with #DF65AC
Text Example
Text Example
White with #DF65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65AC; }
p { color: rgb(223,101,172); }
H1.HeaderClassName
{
color: #DF65AC;
}
.AnyTagClassName
{
color: #DF65AC;
}
</style>
background-color css
<style>
a { background-color: #DF65AC; }
a { background-color: rgb(223,101,172); }
div.DivClassName
{
background-color: #DF65AC;
}
.BgClassName
{
background-color: #DF65AC;
}
</style>
border-color css
<style>
span { border-color: #DF65AC; }
span { border-color: rgb(223,101,172); }
td.TdClassName
{
border-color: #DF65AC;
}
.TagClassName
{
border-color: #DF65AC;
}
</style>