Shades of Hot Pink #DE68B6
Tints of Hot Pink #DE68B6
RGB
CMYK
RGB Variations
Color information
#DE68B6 (or 0xDE68B6) is known color: Hot Pink. HEX triplet: DE, 68 and B6. RGB value is (222,104,182). Sum of RGB (Red+Green+Blue) = 222+104+182=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68B6 is #219749. Grayscale: #939393. Windows color (decimal): -2201418 or 11954398. OLE color: 11954398.
HSL color Cylindrical-coordinate representation of color #DE68B6: hue angle of 320.34º 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 #DE68B6 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 182 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.13 |
| HSL | 320.34º | 0.64% | 0.64% | - |
| HSV(B) | 320.34º | 0.53% | 0.87% | - |
| XYZ | 43.52 | 28.81 | 47.52 | - |
| YUV | 148.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 182 | 0 | 0.53 | 0.18 | 0.13 | 320.34 | 0.64 | 0.64 |
| Hex | DE | 68 | B6 | 0 | 35 | 12 | D | 140 | 40 | 40 |
| Octal | 336 | 150 | 266 | 0 | 65 | 22 | 15 | 500 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10110110 | 0 | 110101 | 10010 | 1101 | 101000000 | 1000000 | 1000000 |
Color Harmonies of #DE68B6
Complementary color
Monochromatic Colors of #DE68B6
Black with #DE68B6
Text Example
Text Example
White with #DE68B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68B6; }
p { color: rgb(222,104,182); }
H1.HeaderClassName
{
color: #DE68B6;
}
.AnyTagClassName
{
color: #DE68B6;
}
</style>
background-color css
<style>
a { background-color: #DE68B6; }
a { background-color: rgb(222,104,182); }
div.DivClassName
{
background-color: #DE68B6;
}
.BgClassName
{
background-color: #DE68B6;
}
</style>
border-color css
<style>
span { border-color: #DE68B6; }
span { border-color: rgb(222,104,182); }
td.TdClassName
{
border-color: #DE68B6;
}
.TagClassName
{
border-color: #DE68B6;
}
</style>