Shades of Hot Pink #DC62B2
Tints of Hot Pink #DC62B2
RGB
CMYK
RGB Variations
Color information
#DC62B2 (or 0xDC62B2) is known color: Hot Pink. HEX triplet: DC, 62 and B2. RGB value is (220,98,178). Sum of RGB (Red+Green+Blue) = 220+98+178=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62B2 is #239D4D. Grayscale: #8F8F8F. Windows color (decimal): -2334030 or 11690716. OLE color: 11690716.
HSL color Cylindrical-coordinate representation of color #DC62B2: hue angle of 320.66º 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 #DC62B2 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 178 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.14 |
| HSL | 320.66º | 0.64% | 0.62% | - |
| HSV(B) | 320.66º | 0.55% | 0.86% | - |
| XYZ | 41.92 | 27.17 | 45.15 | - |
| YUV | 143.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 178 | 0 | 0.55 | 0.19 | 0.14 | 320.66 | 0.64 | 0.62 |
| Hex | DC | 62 | B2 | 0 | 37 | 13 | E | 141 | 40 | 3E |
| Octal | 334 | 142 | 262 | 0 | 67 | 23 | 16 | 501 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10110010 | 0 | 110111 | 10011 | 1110 | 101000001 | 1000000 | 111110 |
Color Harmonies of #DC62B2
Complementary color
Monochromatic Colors of #DC62B2
Black with #DC62B2
Text Example
Text Example
White with #DC62B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62B2; }
p { color: rgb(220,98,178); }
H1.HeaderClassName
{
color: #DC62B2;
}
.AnyTagClassName
{
color: #DC62B2;
}
</style>
background-color css
<style>
a { background-color: #DC62B2; }
a { background-color: rgb(220,98,178); }
div.DivClassName
{
background-color: #DC62B2;
}
.BgClassName
{
background-color: #DC62B2;
}
</style>
border-color css
<style>
span { border-color: #DC62B2; }
span { border-color: rgb(220,98,178); }
td.TdClassName
{
border-color: #DC62B2;
}
.TagClassName
{
border-color: #DC62B2;
}
</style>