Shades of Hot Pink #DF61B0
Tints of Hot Pink #DF61B0
RGB
CMYK
RGB Variations
Color information
#DF61B0 (or 0xDF61B0) is known color: Hot Pink. HEX triplet: DF, 61 and B0. RGB value is (223,97,176). Sum of RGB (Red+Green+Blue) = 223+97+176=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF61B0 is #209E4F. Grayscale: #8F8F8F. Windows color (decimal): -2137680 or 11559391. OLE color: 11559391.
HSL color Cylindrical-coordinate representation of color #DF61B0: hue angle of 322.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61B0 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 176 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.13 |
| HSL | 322.38º | 0.66% | 0.63% | - |
| HSV(B) | 322.38º | 0.57% | 0.87% | - |
| XYZ | 42.54 | 27.37 | 44.12 | - |
| YUV | 143.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 176 | 0 | 0.57 | 0.21 | 0.13 | 322.38 | 0.66 | 0.63 |
| Hex | DF | 61 | B0 | 0 | 39 | 15 | D | 142 | 42 | 3F |
| Octal | 337 | 141 | 260 | 0 | 71 | 25 | 15 | 502 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10110000 | 0 | 111001 | 10101 | 1101 | 101000010 | 1000010 | 111111 |
Color Harmonies of #DF61B0
Complementary color
Monochromatic Colors of #DF61B0
Black with #DF61B0
Text Example
Text Example
White with #DF61B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61B0; }
p { color: rgb(223,97,176); }
H1.HeaderClassName
{
color: #DF61B0;
}
.AnyTagClassName
{
color: #DF61B0;
}
</style>
background-color css
<style>
a { background-color: #DF61B0; }
a { background-color: rgb(223,97,176); }
div.DivClassName
{
background-color: #DF61B0;
}
.BgClassName
{
background-color: #DF61B0;
}
</style>
border-color css
<style>
span { border-color: #DF61B0; }
span { border-color: rgb(223,97,176); }
td.TdClassName
{
border-color: #DF61B0;
}
.TagClassName
{
border-color: #DF61B0;
}
</style>