Shades of Heliotrope #DE6BED
Tints of Heliotrope #DE6BED
RGB
CMYK
RGB Variations
Color information
#DE6BED (or 0xDE6BED) is known color: Heliotrope. HEX triplet: DE, 6B and ED. RGB value is (222,107,237). Sum of RGB (Red+Green+Blue) = 222+107+237=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6BED is #219412. Grayscale: #9B9B9B. Windows color (decimal): -2200595 or 15559646. OLE color: 15559646.
HSL color Cylindrical-coordinate representation of color #DE6BED: hue angle of 293.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6BED is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 107 | 237 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.07 |
| HSL | 293.08º | 0.78% | 0.67% | - |
| HSV(B) | 293.08º | 0.55% | 0.93% | - |
| XYZ | 50.67 | 32.16 | 83.66 | - |
| YUV | 156.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 237 | 0.06 | 0.55 | 0 | 0.07 | 293.08 | 0.78 | 0.67 |
| Hex | DE | 6B | ED | 6 | 37 | 0 | 7 | 125 | 4E | 43 |
| Octal | 336 | 153 | 355 | 6 | 67 | 0 | 7 | 445 | 116 | 103 |
| Binary | 11011110 | 1101011 | 11101101 | 110 | 110111 | 0 | 111 | 100100101 | 1001110 | 1000011 |
Color Harmonies of #DE6BED
Complementary color
Monochromatic Colors of #DE6BED
Black with #DE6BED
Text Example
Text Example
White with #DE6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6BED; }
p { color: rgb(222,107,237); }
H1.HeaderClassName
{
color: #DE6BED;
}
.AnyTagClassName
{
color: #DE6BED;
}
</style>
background-color css
<style>
a { background-color: #DE6BED; }
a { background-color: rgb(222,107,237); }
div.DivClassName
{
background-color: #DE6BED;
}
.BgClassName
{
background-color: #DE6BED;
}
</style>
border-color css
<style>
span { border-color: #DE6BED; }
span { border-color: rgb(222,107,237); }
td.TdClassName
{
border-color: #DE6BED;
}
.TagClassName
{
border-color: #DE6BED;
}
</style>