Shades of Heliotrope #DE81FC
Tints of Heliotrope #DE81FC
RGB
CMYK
RGB Variations
Color information
#DE81FC (or 0xDE81FC) is known color: Heliotrope. HEX triplet: DE, 81 and FC. RGB value is (222,129,252). Sum of RGB (Red+Green+Blue) = 222+129+252=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81FC is #217E03. Grayscale: #AAAAAA. Windows color (decimal): -2194948 or 16548318. OLE color: 16548318.
HSL color Cylindrical-coordinate representation of color #DE81FC: hue angle of 285.37º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE81FC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 129 | 252 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.01 |
| HSL | 285.37º | 0.95% | 0.75% | - |
| HSV(B) | 285.37º | 0.49% | 0.99% | - |
| XYZ | 55.55 | 38.26 | 96.55 | - |
| YUV | 170.83 | 173.81 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 252 | 0.12 | 0.49 | 0 | 0.01 | 285.37 | 0.95 | 0.75 |
| Hex | DE | 81 | FC | C | 31 | 0 | 1 | 11D | 5F | 4B |
| Octal | 336 | 201 | 374 | 14 | 61 | 0 | 1 | 435 | 137 | 113 |
| Binary | 11011110 | 10000001 | 11111100 | 1100 | 110001 | 0 | 1 | 100011101 | 1011111 | 1001011 |
Color Harmonies of #DE81FC
Complementary color
Monochromatic Colors of #DE81FC
Black with #DE81FC
Text Example
Text Example
White with #DE81FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81FC; }
p { color: rgb(222,129,252); }
H1.HeaderClassName
{
color: #DE81FC;
}
.AnyTagClassName
{
color: #DE81FC;
}
</style>
background-color css
<style>
a { background-color: #DE81FC; }
a { background-color: rgb(222,129,252); }
div.DivClassName
{
background-color: #DE81FC;
}
.BgClassName
{
background-color: #DE81FC;
}
</style>
border-color css
<style>
span { border-color: #DE81FC; }
span { border-color: rgb(222,129,252); }
td.TdClassName
{
border-color: #DE81FC;
}
.TagClassName
{
border-color: #DE81FC;
}
</style>