Shades of Hot Pink #DF61B6
Tints of Hot Pink #DF61B6
RGB
CMYK
RGB Variations
Color information
#DF61B6 (or 0xDF61B6) is known color: Hot Pink. HEX triplet: DF, 61 and B6. RGB value is (223,97,182). Sum of RGB (Red+Green+Blue) = 223+97+182=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61B6 is #209E49. Grayscale: #909090. Windows color (decimal): -2137674 or 11952607. OLE color: 11952607.
HSL color Cylindrical-coordinate representation of color #DF61B6: hue angle of 319.52º 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 #DF61B6 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 182 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.13 |
| HSL | 319.52º | 0.66% | 0.63% | - |
| HSV(B) | 319.52º | 0.57% | 0.87% | - |
| XYZ | 43.15 | 27.61 | 47.31 | - |
| YUV | 144.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 182 | 0 | 0.57 | 0.18 | 0.13 | 319.52 | 0.66 | 0.63 |
| Hex | DF | 61 | B6 | 0 | 39 | 12 | D | 140 | 42 | 3F |
| Octal | 337 | 141 | 266 | 0 | 71 | 22 | 15 | 500 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10110110 | 0 | 111001 | 10010 | 1101 | 101000000 | 1000010 | 111111 |
Color Harmonies of #DF61B6
Complementary color
Monochromatic Colors of #DF61B6
Black with #DF61B6
Text Example
Text Example
White with #DF61B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61B6; }
p { color: rgb(223,97,182); }
H1.HeaderClassName
{
color: #DF61B6;
}
.AnyTagClassName
{
color: #DF61B6;
}
</style>
background-color css
<style>
a { background-color: #DF61B6; }
a { background-color: rgb(223,97,182); }
div.DivClassName
{
background-color: #DF61B6;
}
.BgClassName
{
background-color: #DF61B6;
}
</style>
border-color css
<style>
span { border-color: #DF61B6; }
span { border-color: rgb(223,97,182); }
td.TdClassName
{
border-color: #DF61B6;
}
.TagClassName
{
border-color: #DF61B6;
}
</style>