Shades of Hot Pink #DC63B4
Tints of Hot Pink #DC63B4
RGB
CMYK
RGB Variations
Color information
#DC63B4 (or 0xDC63B4) is known color: Hot Pink. HEX triplet: DC, 63 and B4. RGB value is (220,99,180). Sum of RGB (Red+Green+Blue) = 220+99+180=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63B4 is #239C4B. Grayscale: #909090. Windows color (decimal): -2333772 or 11822044. OLE color: 11822044.
HSL color Cylindrical-coordinate representation of color #DC63B4: hue angle of 319.83º 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 #DC63B4 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 180 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.14 |
| HSL | 319.83º | 0.63% | 0.63% | - |
| HSV(B) | 319.83º | 0.55% | 0.86% | - |
| XYZ | 42.22 | 27.43 | 46.25 | - |
| YUV | 144.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 180 | 0 | 0.55 | 0.18 | 0.14 | 319.83 | 0.63 | 0.63 |
| Hex | DC | 63 | B4 | 0 | 37 | 12 | E | 140 | 3F | 3F |
| Octal | 334 | 143 | 264 | 0 | 67 | 22 | 16 | 500 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10110100 | 0 | 110111 | 10010 | 1110 | 101000000 | 111111 | 111111 |
Color Harmonies of #DC63B4
Complementary color
Monochromatic Colors of #DC63B4
Black with #DC63B4
Text Example
Text Example
White with #DC63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63B4; }
p { color: rgb(220,99,180); }
H1.HeaderClassName
{
color: #DC63B4;
}
.AnyTagClassName
{
color: #DC63B4;
}
</style>
background-color css
<style>
a { background-color: #DC63B4; }
a { background-color: rgb(220,99,180); }
div.DivClassName
{
background-color: #DC63B4;
}
.BgClassName
{
background-color: #DC63B4;
}
</style>
border-color css
<style>
span { border-color: #DC63B4; }
span { border-color: rgb(220,99,180); }
td.TdClassName
{
border-color: #DC63B4;
}
.TagClassName
{
border-color: #DC63B4;
}
</style>