Shades of Hot Pink #DE63B5
Tints of Hot Pink #DE63B5
RGB
CMYK
RGB Variations
Color information
#DE63B5 (or 0xDE63B5) is known color: Hot Pink. HEX triplet: DE, 63 and B5. RGB value is (222,99,181). Sum of RGB (Red+Green+Blue) = 222+99+181=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63B5 is #219C4A. Grayscale: #909090. Windows color (decimal): -2202699 or 11887582. OLE color: 11887582.
HSL color Cylindrical-coordinate representation of color #DE63B5: hue angle of 320º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE63B5 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 181 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.13 |
| HSL | 320º | 0.65% | 0.63% | - |
| HSV(B) | 320º | 0.55% | 0.87% | - |
| XYZ | 42.93 | 27.79 | 46.82 | - |
| YUV | 145.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 181 | 0 | 0.55 | 0.18 | 0.13 | 320 | 0.65 | 0.63 |
| Hex | DE | 63 | B5 | 0 | 37 | 12 | D | 140 | 41 | 3F |
| Octal | 336 | 143 | 265 | 0 | 67 | 22 | 15 | 500 | 101 | 77 |
| Binary | 11011110 | 1100011 | 10110101 | 0 | 110111 | 10010 | 1101 | 101000000 | 1000001 | 111111 |
Color Harmonies of #DE63B5
Complementary color
Monochromatic Colors of #DE63B5
Black with #DE63B5
Text Example
Text Example
White with #DE63B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE63B5; }
p { color: rgb(222,99,181); }
H1.HeaderClassName
{
color: #DE63B5;
}
.AnyTagClassName
{
color: #DE63B5;
}
</style>
background-color css
<style>
a { background-color: #DE63B5; }
a { background-color: rgb(222,99,181); }
div.DivClassName
{
background-color: #DE63B5;
}
.BgClassName
{
background-color: #DE63B5;
}
</style>
border-color css
<style>
span { border-color: #DE63B5; }
span { border-color: rgb(222,99,181); }
td.TdClassName
{
border-color: #DE63B5;
}
.TagClassName
{
border-color: #DE63B5;
}
</style>