Shades of Heliotrope #DE73F1
Tints of Heliotrope #DE73F1
RGB
CMYK
RGB Variations
Color information
#DE73F1 (or 0xDE73F1) is known color: Heliotrope. HEX triplet: DE, 73 and F1. RGB value is (222,115,241). Sum of RGB (Red+Green+Blue) = 222+115+241=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE73F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE73F1 is #218C0E. Grayscale: #A0A0A0. Windows color (decimal): -2198543 or 15823838. OLE color: 15823838.
HSL color Cylindrical-coordinate representation of color #DE73F1: hue angle of 290.95º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE73F1 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 115 | 241 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.05 |
| HSL | 290.95º | 0.82% | 0.7% | - |
| HSV(B) | 290.95º | 0.52% | 0.95% | - |
| XYZ | 52.13 | 34.14 | 87.06 | - |
| YUV | 161.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 115 | 241 | 0.08 | 0.52 | 0 | 0.05 | 290.95 | 0.82 | 0.7 |
| Hex | DE | 73 | F1 | 8 | 34 | 0 | 5 | 123 | 52 | 46 |
| Octal | 336 | 163 | 361 | 10 | 64 | 0 | 5 | 443 | 122 | 106 |
| Binary | 11011110 | 1110011 | 11110001 | 1000 | 110100 | 0 | 101 | 100100011 | 1010010 | 1000110 |
Color Harmonies of #DE73F1
Complementary color
Monochromatic Colors of #DE73F1
Black with #DE73F1
Text Example
Text Example
White with #DE73F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE73F1; }
p { color: rgb(222,115,241); }
H1.HeaderClassName
{
color: #DE73F1;
}
.AnyTagClassName
{
color: #DE73F1;
}
</style>
background-color css
<style>
a { background-color: #DE73F1; }
a { background-color: rgb(222,115,241); }
div.DivClassName
{
background-color: #DE73F1;
}
.BgClassName
{
background-color: #DE73F1;
}
</style>
border-color css
<style>
span { border-color: #DE73F1; }
span { border-color: rgb(222,115,241); }
td.TdClassName
{
border-color: #DE73F1;
}
.TagClassName
{
border-color: #DE73F1;
}
</style>