Shades of Hot Pink #DC5DB3
Tints of Hot Pink #DC5DB3
RGB
CMYK
RGB Variations
Color information
#DC5DB3 (or 0xDC5DB3) is known color: Hot Pink. HEX triplet: DC, 5D and B3. RGB value is (220,93,179). Sum of RGB (Red+Green+Blue) = 220+93+179=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DB3 is #23A24C. Grayscale: #8C8C8C. Windows color (decimal): -2335309 or 11754972. OLE color: 11754972.
HSL color Cylindrical-coordinate representation of color #DC5DB3: hue angle of 319.37º 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 #DC5DB3 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 179 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.14 |
| HSL | 319.37º | 0.64% | 0.61% | - |
| HSV(B) | 319.37º | 0.58% | 0.86% | - |
| XYZ | 41.57 | 26.3 | 45.53 | - |
| YUV | 140.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 179 | 0 | 0.58 | 0.19 | 0.14 | 319.37 | 0.64 | 0.61 |
| Hex | DC | 5D | B3 | 0 | 3A | 13 | E | 13F | 40 | 3D |
| Octal | 334 | 135 | 263 | 0 | 72 | 23 | 16 | 477 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10110011 | 0 | 111010 | 10011 | 1110 | 100111111 | 1000000 | 111101 |
Color Harmonies of #DC5DB3
Complementary color
Monochromatic Colors of #DC5DB3
Black with #DC5DB3
Text Example
Text Example
White with #DC5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DB3; }
p { color: rgb(220,93,179); }
H1.HeaderClassName
{
color: #DC5DB3;
}
.AnyTagClassName
{
color: #DC5DB3;
}
</style>
background-color css
<style>
a { background-color: #DC5DB3; }
a { background-color: rgb(220,93,179); }
div.DivClassName
{
background-color: #DC5DB3;
}
.BgClassName
{
background-color: #DC5DB3;
}
</style>
border-color css
<style>
span { border-color: #DC5DB3; }
span { border-color: rgb(220,93,179); }
td.TdClassName
{
border-color: #DC5DB3;
}
.TagClassName
{
border-color: #DC5DB3;
}
</style>