Shades of Hot Pink #DC5AB0
Tints of Hot Pink #DC5AB0
RGB
CMYK
RGB Variations
Color information
#DC5AB0 (or 0xDC5AB0) is known color: Hot Pink. HEX triplet: DC, 5A and B0. RGB value is (220,90,176). Sum of RGB (Red+Green+Blue) = 220+90+176=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5AB0 is #23A54F. Grayscale: #8A8A8A. Windows color (decimal): -2336080 or 11557596. OLE color: 11557596.
HSL color Cylindrical-coordinate representation of color #DC5AB0: hue angle of 320.31º 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 #DC5AB0 is Cyan = 0, Magento = 0.59, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 176 | - |
| CMYK | 0 | 0.59 | 0.2 | 0.14 |
| HSL | 320.31º | 0.65% | 0.61% | - |
| HSV(B) | 320.31º | 0.59% | 0.86% | - |
| XYZ | 41.01 | 25.66 | 43.87 | - |
| YUV | 138.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 176 | 0 | 0.59 | 0.2 | 0.14 | 320.31 | 0.65 | 0.61 |
| Hex | DC | 5A | B0 | 0 | 3B | 14 | E | 140 | 41 | 3D |
| Octal | 334 | 132 | 260 | 0 | 73 | 24 | 16 | 500 | 101 | 75 |
| Binary | 11011100 | 1011010 | 10110000 | 0 | 111011 | 10100 | 1110 | 101000000 | 1000001 | 111101 |
Color Harmonies of #DC5AB0
Complementary color
Monochromatic Colors of #DC5AB0
Black with #DC5AB0
Text Example
Text Example
White with #DC5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5AB0; }
p { color: rgb(220,90,176); }
H1.HeaderClassName
{
color: #DC5AB0;
}
.AnyTagClassName
{
color: #DC5AB0;
}
</style>
background-color css
<style>
a { background-color: #DC5AB0; }
a { background-color: rgb(220,90,176); }
div.DivClassName
{
background-color: #DC5AB0;
}
.BgClassName
{
background-color: #DC5AB0;
}
</style>
border-color css
<style>
span { border-color: #DC5AB0; }
span { border-color: rgb(220,90,176); }
td.TdClassName
{
border-color: #DC5AB0;
}
.TagClassName
{
border-color: #DC5AB0;
}
</style>