Shades of Hot Pink #DF5DAD
Tints of Hot Pink #DF5DAD
RGB
CMYK
RGB Variations
Color information
#DF5DAD (or 0xDF5DAD) is known color: Hot Pink. HEX triplet: DF, 5D and AD. RGB value is (223,93,173). Sum of RGB (Red+Green+Blue) = 223+93+173=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5DAD is #20A252. Grayscale: #8C8C8C. Windows color (decimal): -2138707 or 11361759. OLE color: 11361759.
HSL color Cylindrical-coordinate representation of color #DF5DAD: hue angle of 323.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5DAD is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 173 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.13 |
| HSL | 323.08º | 0.67% | 0.62% | - |
| HSV(B) | 323.08º | 0.58% | 0.87% | - |
| XYZ | 41.89 | 26.53 | 42.45 | - |
| YUV | 140.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 173 | 0 | 0.58 | 0.22 | 0.13 | 323.08 | 0.67 | 0.62 |
| Hex | DF | 5D | AD | 0 | 3A | 16 | D | 143 | 43 | 3E |
| Octal | 337 | 135 | 255 | 0 | 72 | 26 | 15 | 503 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10101101 | 0 | 111010 | 10110 | 1101 | 101000011 | 1000011 | 111110 |
Color Harmonies of #DF5DAD
Complementary color
Monochromatic Colors of #DF5DAD
Black with #DF5DAD
Text Example
Text Example
White with #DF5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DAD; }
p { color: rgb(223,93,173); }
H1.HeaderClassName
{
color: #DF5DAD;
}
.AnyTagClassName
{
color: #DF5DAD;
}
</style>
background-color css
<style>
a { background-color: #DF5DAD; }
a { background-color: rgb(223,93,173); }
div.DivClassName
{
background-color: #DF5DAD;
}
.BgClassName
{
background-color: #DF5DAD;
}
</style>
border-color css
<style>
span { border-color: #DF5DAD; }
span { border-color: rgb(223,93,173); }
td.TdClassName
{
border-color: #DF5DAD;
}
.TagClassName
{
border-color: #DF5DAD;
}
</style>