Shades of Hot Pink #DC63B1
Tints of Hot Pink #DC63B1
RGB
CMYK
RGB Variations
Color information
#DC63B1 (or 0xDC63B1) is known color: Hot Pink. HEX triplet: DC, 63 and B1. RGB value is (220,99,177). Sum of RGB (Red+Green+Blue) = 220+99+177=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63B1 is #239C4E. Grayscale: #8F8F8F. Windows color (decimal): -2333775 or 11625436. OLE color: 11625436.
HSL color Cylindrical-coordinate representation of color #DC63B1: hue angle of 321.32º 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 #DC63B1 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 177 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.14 |
| HSL | 321.32º | 0.63% | 0.63% | - |
| HSV(B) | 321.32º | 0.55% | 0.86% | - |
| XYZ | 41.91 | 27.31 | 44.66 | - |
| YUV | 144.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 177 | 0 | 0.55 | 0.20 | 0.14 | 321.32 | 0.63 | 0.63 |
| Hex | DC | 63 | B1 | 0 | 37 | 14 | E | 141 | 3F | 3F |
| Octal | 334 | 143 | 261 | 0 | 67 | 24 | 16 | 501 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10110001 | 0 | 110111 | 10100 | 1110 | 101000001 | 111111 | 111111 |
Color Harmonies of #DC63B1
Complementary color
Monochromatic Colors of #DC63B1
Black with #DC63B1
Text Example
Text Example
White with #DC63B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63B1; }
p { color: rgb(220,99,177); }
H1.HeaderClassName
{
color: #DC63B1;
}
.AnyTagClassName
{
color: #DC63B1;
}
</style>
background-color css
<style>
a { background-color: #DC63B1; }
a { background-color: rgb(220,99,177); }
div.DivClassName
{
background-color: #DC63B1;
}
.BgClassName
{
background-color: #DC63B1;
}
</style>
border-color css
<style>
span { border-color: #DC63B1; }
span { border-color: rgb(220,99,177); }
td.TdClassName
{
border-color: #DC63B1;
}
.TagClassName
{
border-color: #DC63B1;
}
</style>