Shades of Hot Pink #DF61B5
Tints of Hot Pink #DF61B5
RGB
CMYK
RGB Variations
Color information
#DF61B5 (or 0xDF61B5) is known color: Hot Pink. HEX triplet: DF, 61 and B5. RGB value is (223,97,181). Sum of RGB (Red+Green+Blue) = 223+97+181=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61B5 is #209E4A. Grayscale: #909090. Windows color (decimal): -2137675 or 11887071. OLE color: 11887071.
HSL color Cylindrical-coordinate representation of color #DF61B5: hue angle of 320º 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 #DF61B5 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 181 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.13 |
| HSL | 320º | 0.66% | 0.63% | - |
| HSV(B) | 320º | 0.57% | 0.87% | - |
| XYZ | 43.05 | 27.57 | 46.77 | - |
| YUV | 144.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 181 | 0 | 0.57 | 0.19 | 0.13 | 320 | 0.66 | 0.63 |
| Hex | DF | 61 | B5 | 0 | 39 | 13 | D | 140 | 42 | 3F |
| Octal | 337 | 141 | 265 | 0 | 71 | 23 | 15 | 500 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10110101 | 0 | 111001 | 10011 | 1101 | 101000000 | 1000010 | 111111 |
Color Harmonies of #DF61B5
Complementary color
Monochromatic Colors of #DF61B5
Black with #DF61B5
Text Example
Text Example
White with #DF61B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61B5; }
p { color: rgb(223,97,181); }
H1.HeaderClassName
{
color: #DF61B5;
}
.AnyTagClassName
{
color: #DF61B5;
}
</style>
background-color css
<style>
a { background-color: #DF61B5; }
a { background-color: rgb(223,97,181); }
div.DivClassName
{
background-color: #DF61B5;
}
.BgClassName
{
background-color: #DF61B5;
}
</style>
border-color css
<style>
span { border-color: #DF61B5; }
span { border-color: rgb(223,97,181); }
td.TdClassName
{
border-color: #DF61B5;
}
.TagClassName
{
border-color: #DF61B5;
}
</style>