Shades of Hot Pink #DF62B1
Tints of Hot Pink #DF62B1
RGB
CMYK
RGB Variations
Color information
#DF62B1 (or 0xDF62B1) is known color: Hot Pink. HEX triplet: DF, 62 and B1. RGB value is (223,98,177). Sum of RGB (Red+Green+Blue) = 223+98+177=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF62B1 is #209D4E. Grayscale: #909090. Windows color (decimal): -2137423 or 11625183. OLE color: 11625183.
HSL color Cylindrical-coordinate representation of color #DF62B1: hue angle of 322.08º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62B1 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 177 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.13 |
| HSL | 322.08º | 0.66% | 0.63% | - |
| HSV(B) | 322.08º | 0.56% | 0.87% | - |
| XYZ | 42.73 | 27.6 | 44.67 | - |
| YUV | 144.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 177 | 0 | 0.56 | 0.21 | 0.13 | 322.08 | 0.66 | 0.63 |
| Hex | DF | 62 | B1 | 0 | 38 | 15 | D | 142 | 42 | 3F |
| Octal | 337 | 142 | 261 | 0 | 70 | 25 | 15 | 502 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10110001 | 0 | 111000 | 10101 | 1101 | 101000010 | 1000010 | 111111 |
Color Harmonies of #DF62B1
Complementary color
Monochromatic Colors of #DF62B1
Black with #DF62B1
Text Example
Text Example
White with #DF62B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62B1; }
p { color: rgb(223,98,177); }
H1.HeaderClassName
{
color: #DF62B1;
}
.AnyTagClassName
{
color: #DF62B1;
}
</style>
background-color css
<style>
a { background-color: #DF62B1; }
a { background-color: rgb(223,98,177); }
div.DivClassName
{
background-color: #DF62B1;
}
.BgClassName
{
background-color: #DF62B1;
}
</style>
border-color css
<style>
span { border-color: #DF62B1; }
span { border-color: rgb(223,98,177); }
td.TdClassName
{
border-color: #DF62B1;
}
.TagClassName
{
border-color: #DF62B1;
}
</style>