Shades of Hot Pink #DC5BAE
Tints of Hot Pink #DC5BAE
RGB
CMYK
RGB Variations
Color information
#DC5BAE (or 0xDC5BAE) is known color: Hot Pink. HEX triplet: DC, 5B and AE. RGB value is (220,91,174). Sum of RGB (Red+Green+Blue) = 220+91+174=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5BAE is #23A451. Grayscale: #8A8A8A. Windows color (decimal): -2335826 or 11426780. OLE color: 11426780.
HSL color Cylindrical-coordinate representation of color #DC5BAE: hue angle of 321.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5BAE is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 174 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.14 |
| HSL | 321.4º | 0.65% | 0.61% | - |
| HSV(B) | 321.4º | 0.59% | 0.86% | - |
| XYZ | 40.9 | 25.75 | 42.86 | - |
| YUV | 139.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 174 | 0 | 0.59 | 0.21 | 0.14 | 321.4 | 0.65 | 0.61 |
| Hex | DC | 5B | AE | 0 | 3B | 15 | E | 141 | 41 | 3D |
| Octal | 334 | 133 | 256 | 0 | 73 | 25 | 16 | 501 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10101110 | 0 | 111011 | 10101 | 1110 | 101000001 | 1000001 | 111101 |
Color Harmonies of #DC5BAE
Complementary color
Monochromatic Colors of #DC5BAE
Black with #DC5BAE
Text Example
Text Example
White with #DC5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BAE; }
p { color: rgb(220,91,174); }
H1.HeaderClassName
{
color: #DC5BAE;
}
.AnyTagClassName
{
color: #DC5BAE;
}
</style>
background-color css
<style>
a { background-color: #DC5BAE; }
a { background-color: rgb(220,91,174); }
div.DivClassName
{
background-color: #DC5BAE;
}
.BgClassName
{
background-color: #DC5BAE;
}
</style>
border-color css
<style>
span { border-color: #DC5BAE; }
span { border-color: rgb(220,91,174); }
td.TdClassName
{
border-color: #DC5BAE;
}
.TagClassName
{
border-color: #DC5BAE;
}
</style>