Shades of Hot Pink #DC62B4
Tints of Hot Pink #DC62B4
RGB
CMYK
RGB Variations
Color information
#DC62B4 (or 0xDC62B4) is known color: Hot Pink. HEX triplet: DC, 62 and B4. RGB value is (220,98,180). Sum of RGB (Red+Green+Blue) = 220+98+180=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62B4 is #239D4B. Grayscale: #8F8F8F. Windows color (decimal): -2334028 or 11821788. OLE color: 11821788.
HSL color Cylindrical-coordinate representation of color #DC62B4: hue angle of 319.67º 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 #DC62B4 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 180 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.14 |
| HSL | 319.67º | 0.64% | 0.62% | - |
| HSV(B) | 319.67º | 0.55% | 0.86% | - |
| XYZ | 42.12 | 27.25 | 46.22 | - |
| YUV | 143.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 180 | 0 | 0.55 | 0.18 | 0.14 | 319.67 | 0.64 | 0.62 |
| Hex | DC | 62 | B4 | 0 | 37 | 12 | E | 140 | 40 | 3E |
| Octal | 334 | 142 | 264 | 0 | 67 | 22 | 16 | 500 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10110100 | 0 | 110111 | 10010 | 1110 | 101000000 | 1000000 | 111110 |
Color Harmonies of #DC62B4
Complementary color
Monochromatic Colors of #DC62B4
Black with #DC62B4
Text Example
Text Example
White with #DC62B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62B4; }
p { color: rgb(220,98,180); }
H1.HeaderClassName
{
color: #DC62B4;
}
.AnyTagClassName
{
color: #DC62B4;
}
</style>
background-color css
<style>
a { background-color: #DC62B4; }
a { background-color: rgb(220,98,180); }
div.DivClassName
{
background-color: #DC62B4;
}
.BgClassName
{
background-color: #DC62B4;
}
</style>
border-color css
<style>
span { border-color: #DC62B4; }
span { border-color: rgb(220,98,180); }
td.TdClassName
{
border-color: #DC62B4;
}
.TagClassName
{
border-color: #DC62B4;
}
</style>