Shades of Hot Pink #DC5DAD
Tints of Hot Pink #DC5DAD
RGB
CMYK
RGB Variations
Color information
#DC5DAD (or 0xDC5DAD) is known color: Hot Pink. HEX triplet: DC, 5D and AD. RGB value is (220,93,173). Sum of RGB (Red+Green+Blue) = 220+93+173=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DAD is #23A252. Grayscale: #8B8B8B. Windows color (decimal): -2335315 or 11361756. OLE color: 11361756.
HSL color Cylindrical-coordinate representation of color #DC5DAD: hue angle of 322.2º 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 #DC5DAD is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 173 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.14 |
| HSL | 322.2º | 0.64% | 0.61% | - |
| HSV(B) | 322.2º | 0.58% | 0.86% | - |
| XYZ | 40.97 | 26.06 | 42.41 | - |
| YUV | 140.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 173 | 0 | 0.58 | 0.21 | 0.14 | 322.2 | 0.64 | 0.61 |
| Hex | DC | 5D | AD | 0 | 3A | 15 | E | 142 | 40 | 3D |
| Octal | 334 | 135 | 255 | 0 | 72 | 25 | 16 | 502 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10101101 | 0 | 111010 | 10101 | 1110 | 101000010 | 1000000 | 111101 |
Color Harmonies of #DC5DAD
Complementary color
Monochromatic Colors of #DC5DAD
Black with #DC5DAD
Text Example
Text Example
White with #DC5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DAD; }
p { color: rgb(220,93,173); }
H1.HeaderClassName
{
color: #DC5DAD;
}
.AnyTagClassName
{
color: #DC5DAD;
}
</style>
background-color css
<style>
a { background-color: #DC5DAD; }
a { background-color: rgb(220,93,173); }
div.DivClassName
{
background-color: #DC5DAD;
}
.BgClassName
{
background-color: #DC5DAD;
}
</style>
border-color css
<style>
span { border-color: #DC5DAD; }
span { border-color: rgb(220,93,173); }
td.TdClassName
{
border-color: #DC5DAD;
}
.TagClassName
{
border-color: #DC5DAD;
}
</style>