Shades of Hot Pink #DF5DB1
Tints of Hot Pink #DF5DB1
RGB
CMYK
RGB Variations
Color information
#DF5DB1 (or 0xDF5DB1) is known color: Hot Pink. HEX triplet: DF, 5D and B1. RGB value is (223,93,177). Sum of RGB (Red+Green+Blue) = 223+93+177=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5DB1 is #20A24E. Grayscale: #8D8D8D. Windows color (decimal): -2138703 or 11623903. OLE color: 11623903.
HSL color Cylindrical-coordinate representation of color #DF5DB1: hue angle of 321.23º 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 #DF5DB1 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 177 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.13 |
| HSL | 321.23º | 0.67% | 0.62% | - |
| HSV(B) | 321.23º | 0.58% | 0.87% | - |
| XYZ | 42.28 | 26.69 | 44.52 | - |
| YUV | 141.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 177 | 0 | 0.58 | 0.21 | 0.13 | 321.23 | 0.67 | 0.62 |
| Hex | DF | 5D | B1 | 0 | 3A | 15 | D | 141 | 43 | 3E |
| Octal | 337 | 135 | 261 | 0 | 72 | 25 | 15 | 501 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10110001 | 0 | 111010 | 10101 | 1101 | 101000001 | 1000011 | 111110 |
Color Harmonies of #DF5DB1
Complementary color
Monochromatic Colors of #DF5DB1
Black with #DF5DB1
Text Example
Text Example
White with #DF5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DB1; }
p { color: rgb(223,93,177); }
H1.HeaderClassName
{
color: #DF5DB1;
}
.AnyTagClassName
{
color: #DF5DB1;
}
</style>
background-color css
<style>
a { background-color: #DF5DB1; }
a { background-color: rgb(223,93,177); }
div.DivClassName
{
background-color: #DF5DB1;
}
.BgClassName
{
background-color: #DF5DB1;
}
</style>
border-color css
<style>
span { border-color: #DF5DB1; }
span { border-color: rgb(223,93,177); }
td.TdClassName
{
border-color: #DF5DB1;
}
.TagClassName
{
border-color: #DF5DB1;
}
</style>