Shades of Hot Pink #DC5DB0
Tints of Hot Pink #DC5DB0
RGB
CMYK
RGB Variations
Color information
#DC5DB0 (or 0xDC5DB0) is known color: Hot Pink. HEX triplet: DC, 5D and B0. RGB value is (220,93,176). Sum of RGB (Red+Green+Blue) = 220+93+176=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DB0 is #23A24F. Grayscale: #8C8C8C. Windows color (decimal): -2335312 or 11558364. OLE color: 11558364.
HSL color Cylindrical-coordinate representation of color #DC5DB0: hue angle of 320.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DB0 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 176 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.14 |
| HSL | 320.79º | 0.64% | 0.61% | - |
| HSV(B) | 320.79º | 0.58% | 0.86% | - |
| XYZ | 41.27 | 26.18 | 43.95 | - |
| YUV | 140.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 176 | 0 | 0.58 | 0.2 | 0.14 | 320.79 | 0.64 | 0.61 |
| Hex | DC | 5D | B0 | 0 | 3A | 14 | E | 141 | 40 | 3D |
| Octal | 334 | 135 | 260 | 0 | 72 | 24 | 16 | 501 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10110000 | 0 | 111010 | 10100 | 1110 | 101000001 | 1000000 | 111101 |
Color Harmonies of #DC5DB0
Complementary color
Monochromatic Colors of #DC5DB0
Black with #DC5DB0
Text Example
Text Example
White with #DC5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DB0; }
p { color: rgb(220,93,176); }
H1.HeaderClassName
{
color: #DC5DB0;
}
.AnyTagClassName
{
color: #DC5DB0;
}
</style>
background-color css
<style>
a { background-color: #DC5DB0; }
a { background-color: rgb(220,93,176); }
div.DivClassName
{
background-color: #DC5DB0;
}
.BgClassName
{
background-color: #DC5DB0;
}
</style>
border-color css
<style>
span { border-color: #DC5DB0; }
span { border-color: rgb(220,93,176); }
td.TdClassName
{
border-color: #DC5DB0;
}
.TagClassName
{
border-color: #DC5DB0;
}
</style>