Shades of Hot Pink #DF55B4
Tints of Hot Pink #DF55B4
RGB
CMYK
RGB Variations
Color information
#DF55B4 (or 0xDF55B4) is known color: Hot Pink. HEX triplet: DF, 55 and B4. RGB value is (223,85,180). Sum of RGB (Red+Green+Blue) = 223+85+180=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55B4 is #20AA4B. Grayscale: #888888. Windows color (decimal): -2140748 or 11818463. OLE color: 11818463.
HSL color Cylindrical-coordinate representation of color #DF55B4: hue angle of 318.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55B4 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 180 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 318.7º | 0.68% | 0.6% | - |
| HSV(B) | 318.7º | 0.62% | 0.87% | - |
| XYZ | 41.92 | 25.48 | 45.89 | - |
| YUV | 137.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 180 | 0 | 0.62 | 0.19 | 0.13 | 318.7 | 0.68 | 0.6 |
| Hex | DF | 55 | B4 | 0 | 3E | 13 | D | 13F | 44 | 3C |
| Octal | 337 | 125 | 264 | 0 | 76 | 23 | 15 | 477 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10110100 | 0 | 111110 | 10011 | 1101 | 100111111 | 1000100 | 111100 |
Color Harmonies of #DF55B4
Complementary color
Monochromatic Colors of #DF55B4
Black with #DF55B4
Text Example
Text Example
White with #DF55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55B4; }
p { color: rgb(223,85,180); }
H1.HeaderClassName
{
color: #DF55B4;
}
.AnyTagClassName
{
color: #DF55B4;
}
</style>
background-color css
<style>
a { background-color: #DF55B4; }
a { background-color: rgb(223,85,180); }
div.DivClassName
{
background-color: #DF55B4;
}
.BgClassName
{
background-color: #DF55B4;
}
</style>
border-color css
<style>
span { border-color: #DF55B4; }
span { border-color: rgb(223,85,180); }
td.TdClassName
{
border-color: #DF55B4;
}
.TagClassName
{
border-color: #DF55B4;
}
</style>