Shades of Hot Pink #DF5FB3
Tints of Hot Pink #DF5FB3
RGB
CMYK
RGB Variations
Color information
#DF5FB3 (or 0xDF5FB3) is known color: Hot Pink. HEX triplet: DF, 5F and B3. RGB value is (223,95,179). Sum of RGB (Red+Green+Blue) = 223+95+179=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FB3 is #20A04C. Grayscale: #8E8E8E. Windows color (decimal): -2138189 or 11755487. OLE color: 11755487.
HSL color Cylindrical-coordinate representation of color #DF5FB3: hue angle of 320.62º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5FB3 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 179 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.13 |
| HSL | 320.63º | 0.67% | 0.62% | - |
| HSV(B) | 320.63º | 0.57% | 0.87% | - |
| XYZ | 42.66 | 27.13 | 45.64 | - |
| YUV | 142.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 179 | 0 | 0.57 | 0.20 | 0.13 | 320.63 | 0.67 | 0.62 |
| Hex | DF | 5F | B3 | 0 | 39 | 14 | D | 141 | 43 | 3E |
| Octal | 337 | 137 | 263 | 0 | 71 | 24 | 15 | 501 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10110011 | 0 | 111001 | 10100 | 1101 | 101000001 | 1000011 | 111110 |
Color Harmonies of #DF5FB3
Complementary color
Monochromatic Colors of #DF5FB3
Black with #DF5FB3
Text Example
Text Example
White with #DF5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FB3; }
p { color: rgb(223,95,179); }
H1.HeaderClassName
{
color: #DF5FB3;
}
.AnyTagClassName
{
color: #DF5FB3;
}
</style>
background-color css
<style>
a { background-color: #DF5FB3; }
a { background-color: rgb(223,95,179); }
div.DivClassName
{
background-color: #DF5FB3;
}
.BgClassName
{
background-color: #DF5FB3;
}
</style>
border-color css
<style>
span { border-color: #DF5FB3; }
span { border-color: rgb(223,95,179); }
td.TdClassName
{
border-color: #DF5FB3;
}
.TagClassName
{
border-color: #DF5FB3;
}
</style>