Shades of Heliotrope #DD6BEE
Tints of Heliotrope #DD6BEE
RGB
CMYK
RGB Variations
Color information
#DD6BEE (or 0xDD6BEE) is known color: Heliotrope. HEX triplet: DD, 6B and EE. RGB value is (221,107,238). Sum of RGB (Red+Green+Blue) = 221+107+238=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BEE is #229411. Grayscale: #9B9B9B. Windows color (decimal): -2266130 or 15625181. OLE color: 15625181.
HSL color Cylindrical-coordinate representation of color #DD6BEE: hue angle of 292.21º 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 #DD6BEE is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 107 | 238 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.07 |
| HSL | 292.21º | 0.79% | 0.68% | - |
| HSV(B) | 292.21º | 0.55% | 0.93% | - |
| XYZ | 50.51 | 32.06 | 84.42 | - |
| YUV | 156.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 238 | 0.07 | 0.55 | 0 | 0.07 | 292.21 | 0.79 | 0.68 |
| Hex | DD | 6B | EE | 7 | 37 | 0 | 7 | 124 | 4F | 44 |
| Octal | 335 | 153 | 356 | 7 | 67 | 0 | 7 | 444 | 117 | 104 |
| Binary | 11011101 | 1101011 | 11101110 | 111 | 110111 | 0 | 111 | 100100100 | 1001111 | 1000100 |
Color Harmonies of #DD6BEE
Complementary color
Monochromatic Colors of #DD6BEE
Black with #DD6BEE
Text Example
Text Example
White with #DD6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BEE; }
p { color: rgb(221,107,238); }
H1.HeaderClassName
{
color: #DD6BEE;
}
.AnyTagClassName
{
color: #DD6BEE;
}
</style>
background-color css
<style>
a { background-color: #DD6BEE; }
a { background-color: rgb(221,107,238); }
div.DivClassName
{
background-color: #DD6BEE;
}
.BgClassName
{
background-color: #DD6BEE;
}
</style>
border-color css
<style>
span { border-color: #DD6BEE; }
span { border-color: rgb(221,107,238); }
td.TdClassName
{
border-color: #DD6BEE;
}
.TagClassName
{
border-color: #DD6BEE;
}
</style>