Shades of Hot Pink #DC61B0
Tints of Hot Pink #DC61B0
RGB
CMYK
RGB Variations
Color information
#DC61B0 (or 0xDC61B0) is known color: Hot Pink. HEX triplet: DC, 61 and B0. RGB value is (220,97,176). Sum of RGB (Red+Green+Blue) = 220+97+176=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61B0 is #239E4F. Grayscale: #8E8E8E. Windows color (decimal): -2334288 or 11559388. OLE color: 11559388.
HSL color Cylindrical-coordinate representation of color #DC61B0: hue angle of 321.46º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC61B0 is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 176 | - |
| CMYK | 0 | 0.56 | 0.2 | 0.14 |
| HSL | 321.46º | 0.64% | 0.62% | - |
| HSV(B) | 321.46º | 0.56% | 0.86% | - |
| XYZ | 41.63 | 26.9 | 44.07 | - |
| YUV | 142.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 176 | 0 | 0.56 | 0.2 | 0.14 | 321.46 | 0.64 | 0.62 |
| Hex | DC | 61 | B0 | 0 | 38 | 14 | E | 141 | 40 | 3E |
| Octal | 334 | 141 | 260 | 0 | 70 | 24 | 16 | 501 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10110000 | 0 | 111000 | 10100 | 1110 | 101000001 | 1000000 | 111110 |
Color Harmonies of #DC61B0
Complementary color
Monochromatic Colors of #DC61B0
Black with #DC61B0
Text Example
Text Example
White with #DC61B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61B0; }
p { color: rgb(220,97,176); }
H1.HeaderClassName
{
color: #DC61B0;
}
.AnyTagClassName
{
color: #DC61B0;
}
</style>
background-color css
<style>
a { background-color: #DC61B0; }
a { background-color: rgb(220,97,176); }
div.DivClassName
{
background-color: #DC61B0;
}
.BgClassName
{
background-color: #DC61B0;
}
</style>
border-color css
<style>
span { border-color: #DC61B0; }
span { border-color: rgb(220,97,176); }
td.TdClassName
{
border-color: #DC61B0;
}
.TagClassName
{
border-color: #DC61B0;
}
</style>