Shades of Heliotrope #DF6BEE
Tints of Heliotrope #DF6BEE
RGB
CMYK
RGB Variations
Color information
#DF6BEE (or 0xDF6BEE) is known color: Heliotrope. HEX triplet: DF, 6B and EE. RGB value is (223,107,238). Sum of RGB (Red+Green+Blue) = 223+107+238=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BEE is #209411. Grayscale: #9C9C9C. Windows color (decimal): -2135058 or 15625183. OLE color: 15625183.
HSL color Cylindrical-coordinate representation of color #DF6BEE: hue angle of 293.13º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6BEE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 107 | 238 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.07 |
| HSL | 293.13º | 0.79% | 0.68% | - |
| HSV(B) | 293.13º | 0.55% | 0.93% | - |
| XYZ | 51.12 | 32.38 | 84.44 | - |
| YUV | 156.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 238 | 0.06 | 0.55 | 0 | 0.07 | 293.13 | 0.79 | 0.68 |
| Hex | DF | 6B | EE | 6 | 37 | 0 | 7 | 125 | 4F | 44 |
| Octal | 337 | 153 | 356 | 6 | 67 | 0 | 7 | 445 | 117 | 104 |
| Binary | 11011111 | 1101011 | 11101110 | 110 | 110111 | 0 | 111 | 100100101 | 1001111 | 1000100 |
Color Harmonies of #DF6BEE
Complementary color
Monochromatic Colors of #DF6BEE
Black with #DF6BEE
Text Example
Text Example
White with #DF6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BEE; }
p { color: rgb(223,107,238); }
H1.HeaderClassName
{
color: #DF6BEE;
}
.AnyTagClassName
{
color: #DF6BEE;
}
</style>
background-color css
<style>
a { background-color: #DF6BEE; }
a { background-color: rgb(223,107,238); }
div.DivClassName
{
background-color: #DF6BEE;
}
.BgClassName
{
background-color: #DF6BEE;
}
</style>
border-color css
<style>
span { border-color: #DF6BEE; }
span { border-color: rgb(223,107,238); }
td.TdClassName
{
border-color: #DF6BEE;
}
.TagClassName
{
border-color: #DF6BEE;
}
</style>