Shades of Hot Pink #DC62AF
Tints of Hot Pink #DC62AF
RGB
CMYK
RGB Variations
Color information
#DC62AF (or 0xDC62AF) is known color: Hot Pink. HEX triplet: DC, 62 and AF. RGB value is (220,98,175). Sum of RGB (Red+Green+Blue) = 220+98+175=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62AF is #239D50. Grayscale: #8F8F8F. Windows color (decimal): -2334033 or 11494108. OLE color: 11494108.
HSL color Cylindrical-coordinate representation of color #DC62AF: hue angle of 322.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62AF is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 175 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.14 |
| HSL | 322.13º | 0.64% | 0.62% | - |
| HSV(B) | 322.13º | 0.55% | 0.86% | - |
| XYZ | 41.62 | 27.05 | 43.58 | - |
| YUV | 143.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 175 | 0 | 0.55 | 0.20 | 0.14 | 322.13 | 0.64 | 0.62 |
| Hex | DC | 62 | AF | 0 | 37 | 14 | E | 142 | 40 | 3E |
| Octal | 334 | 142 | 257 | 0 | 67 | 24 | 16 | 502 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10101111 | 0 | 110111 | 10100 | 1110 | 101000010 | 1000000 | 111110 |
Color Harmonies of #DC62AF
Complementary color
Monochromatic Colors of #DC62AF
Black with #DC62AF
Text Example
Text Example
White with #DC62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62AF; }
p { color: rgb(220,98,175); }
H1.HeaderClassName
{
color: #DC62AF;
}
.AnyTagClassName
{
color: #DC62AF;
}
</style>
background-color css
<style>
a { background-color: #DC62AF; }
a { background-color: rgb(220,98,175); }
div.DivClassName
{
background-color: #DC62AF;
}
.BgClassName
{
background-color: #DC62AF;
}
</style>
border-color css
<style>
span { border-color: #DC62AF; }
span { border-color: rgb(220,98,175); }
td.TdClassName
{
border-color: #DC62AF;
}
.TagClassName
{
border-color: #DC62AF;
}
</style>