Shades of Hot Pink #DC5FB3
Tints of Hot Pink #DC5FB3
RGB
CMYK
RGB Variations
Color information
#DC5FB3 (or 0xDC5FB3) is known color: Hot Pink. HEX triplet: DC, 5F and B3. RGB value is (220,95,179). Sum of RGB (Red+Green+Blue) = 220+95+179=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5FB3 is #23A04C. Grayscale: #8D8D8D. Windows color (decimal): -2334797 or 11755484. OLE color: 11755484.
HSL color Cylindrical-coordinate representation of color #DC5FB3: hue angle of 319.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5FB3 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 179 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.14 |
| HSL | 319.68º | 0.64% | 0.62% | - |
| HSV(B) | 319.68º | 0.57% | 0.86% | - |
| XYZ | 41.74 | 26.65 | 45.59 | - |
| YUV | 141.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 179 | 0 | 0.57 | 0.19 | 0.14 | 319.68 | 0.64 | 0.62 |
| Hex | DC | 5F | B3 | 0 | 39 | 13 | E | 140 | 40 | 3E |
| Octal | 334 | 137 | 263 | 0 | 71 | 23 | 16 | 500 | 100 | 76 |
| Binary | 11011100 | 1011111 | 10110011 | 0 | 111001 | 10011 | 1110 | 101000000 | 1000000 | 111110 |
Color Harmonies of #DC5FB3
Complementary color
Monochromatic Colors of #DC5FB3
Black with #DC5FB3
Text Example
Text Example
White with #DC5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FB3; }
p { color: rgb(220,95,179); }
H1.HeaderClassName
{
color: #DC5FB3;
}
.AnyTagClassName
{
color: #DC5FB3;
}
</style>
background-color css
<style>
a { background-color: #DC5FB3; }
a { background-color: rgb(220,95,179); }
div.DivClassName
{
background-color: #DC5FB3;
}
.BgClassName
{
background-color: #DC5FB3;
}
</style>
border-color css
<style>
span { border-color: #DC5FB3; }
span { border-color: rgb(220,95,179); }
td.TdClassName
{
border-color: #DC5FB3;
}
.TagClassName
{
border-color: #DC5FB3;
}
</style>