Shades of Hot Pink #DE68AD
Tints of Hot Pink #DE68AD
RGB
CMYK
RGB Variations
Color information
#DE68AD (or 0xDE68AD) is known color: Hot Pink. HEX triplet: DE, 68 and AD. RGB value is (222,104,173). Sum of RGB (Red+Green+Blue) = 222+104+173=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68AD is #219752. Grayscale: #929292. Windows color (decimal): -2201427 or 11364574. OLE color: 11364574.
HSL color Cylindrical-coordinate representation of color #DE68AD: hue angle of 324.92º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE68AD is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 173 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.13 |
| HSL | 324.92º | 0.64% | 0.64% | - |
| HSV(B) | 324.92º | 0.53% | 0.87% | - |
| XYZ | 42.62 | 28.45 | 42.78 | - |
| YUV | 147.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 173 | 0 | 0.53 | 0.22 | 0.13 | 324.92 | 0.64 | 0.64 |
| Hex | DE | 68 | AD | 0 | 35 | 16 | D | 145 | 40 | 40 |
| Octal | 336 | 150 | 255 | 0 | 65 | 26 | 15 | 505 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10101101 | 0 | 110101 | 10110 | 1101 | 101000101 | 1000000 | 1000000 |
Color Harmonies of #DE68AD
Complementary color
Monochromatic Colors of #DE68AD
Black with #DE68AD
Text Example
Text Example
White with #DE68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68AD; }
p { color: rgb(222,104,173); }
H1.HeaderClassName
{
color: #DE68AD;
}
.AnyTagClassName
{
color: #DE68AD;
}
</style>
background-color css
<style>
a { background-color: #DE68AD; }
a { background-color: rgb(222,104,173); }
div.DivClassName
{
background-color: #DE68AD;
}
.BgClassName
{
background-color: #DE68AD;
}
</style>
border-color css
<style>
span { border-color: #DE68AD; }
span { border-color: rgb(222,104,173); }
td.TdClassName
{
border-color: #DE68AD;
}
.TagClassName
{
border-color: #DE68AD;
}
</style>