Shades of Hot Pink #DC63B6
Tints of Hot Pink #DC63B6
RGB
CMYK
RGB Variations
Color information
#DC63B6 (or 0xDC63B6) is known color: Hot Pink. HEX triplet: DC, 63 and B6. RGB value is (220,99,182). Sum of RGB (Red+Green+Blue) = 220+99+182=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63B6 is #239C49. Grayscale: #909090. Windows color (decimal): -2333770 or 11953116. OLE color: 11953116.
HSL color Cylindrical-coordinate representation of color #DC63B6: hue angle of 318.84º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC63B6 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 182 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.14 |
| HSL | 318.84º | 0.63% | 0.63% | - |
| HSV(B) | 318.84º | 0.55% | 0.86% | - |
| XYZ | 42.42 | 27.52 | 47.33 | - |
| YUV | 144.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 182 | 0 | 0.55 | 0.17 | 0.14 | 318.84 | 0.63 | 0.63 |
| Hex | DC | 63 | B6 | 0 | 37 | 11 | E | 13F | 3F | 3F |
| Octal | 334 | 143 | 266 | 0 | 67 | 21 | 16 | 477 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10110110 | 0 | 110111 | 10001 | 1110 | 100111111 | 111111 | 111111 |
Color Harmonies of #DC63B6
Complementary color
Monochromatic Colors of #DC63B6
Black with #DC63B6
Text Example
Text Example
White with #DC63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63B6; }
p { color: rgb(220,99,182); }
H1.HeaderClassName
{
color: #DC63B6;
}
.AnyTagClassName
{
color: #DC63B6;
}
</style>
background-color css
<style>
a { background-color: #DC63B6; }
a { background-color: rgb(220,99,182); }
div.DivClassName
{
background-color: #DC63B6;
}
.BgClassName
{
background-color: #DC63B6;
}
</style>
border-color css
<style>
span { border-color: #DC63B6; }
span { border-color: rgb(220,99,182); }
td.TdClassName
{
border-color: #DC63B6;
}
.TagClassName
{
border-color: #DC63B6;
}
</style>