Shades of Hot Pink #DC5DAE
Tints of Hot Pink #DC5DAE
RGB
CMYK
RGB Variations
Color information
#DC5DAE (or 0xDC5DAE) is known color: Hot Pink. HEX triplet: DC, 5D and AE. RGB value is (220,93,174). Sum of RGB (Red+Green+Blue) = 220+93+174=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DAE is #23A251. Grayscale: #8C8C8C. Windows color (decimal): -2335314 or 11427292. OLE color: 11427292.
HSL color Cylindrical-coordinate representation of color #DC5DAE: hue angle of 321.73º 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 #DC5DAE is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 174 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.14 |
| HSL | 321.73º | 0.64% | 0.61% | - |
| HSV(B) | 321.73º | 0.58% | 0.86% | - |
| XYZ | 41.07 | 26.1 | 42.92 | - |
| YUV | 140.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 174 | 0 | 0.58 | 0.21 | 0.14 | 321.73 | 0.64 | 0.61 |
| Hex | DC | 5D | AE | 0 | 3A | 15 | E | 142 | 40 | 3D |
| Octal | 334 | 135 | 256 | 0 | 72 | 25 | 16 | 502 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10101110 | 0 | 111010 | 10101 | 1110 | 101000010 | 1000000 | 111101 |
Color Harmonies of #DC5DAE
Complementary color
Monochromatic Colors of #DC5DAE
Black with #DC5DAE
Text Example
Text Example
White with #DC5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5DAE; }
p { color: rgb(220,93,174); }
H1.HeaderClassName
{
color: #DC5DAE;
}
.AnyTagClassName
{
color: #DC5DAE;
}
</style>
background-color css
<style>
a { background-color: #DC5DAE; }
a { background-color: rgb(220,93,174); }
div.DivClassName
{
background-color: #DC5DAE;
}
.BgClassName
{
background-color: #DC5DAE;
}
</style>
border-color css
<style>
span { border-color: #DC5DAE; }
span { border-color: rgb(220,93,174); }
td.TdClassName
{
border-color: #DC5DAE;
}
.TagClassName
{
border-color: #DC5DAE;
}
</style>