Shades of Heliotrope #DD69EF
Tints of Heliotrope #DD69EF
RGB
CMYK
RGB Variations
Color information
#DD69EF (or 0xDD69EF) is known color: Heliotrope. HEX triplet: DD, 69 and EF. RGB value is (221,105,239). Sum of RGB (Red+Green+Blue) = 221+105+239=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69EF is #229610. Grayscale: #9A9A9A. Windows color (decimal): -2266641 or 15690205. OLE color: 15690205.
HSL color Cylindrical-coordinate representation of color #DD69EF: hue angle of 291.94º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD69EF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 105 | 239 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.06 |
| HSL | 291.94º | 0.81% | 0.67% | - |
| HSV(B) | 291.94º | 0.56% | 0.94% | - |
| XYZ | 50.45 | 31.71 | 85.12 | - |
| YUV | 154.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 239 | 0.08 | 0.56 | 0 | 0.06 | 291.94 | 0.81 | 0.67 |
| Hex | DD | 69 | EF | 8 | 38 | 0 | 6 | 124 | 51 | 43 |
| Octal | 335 | 151 | 357 | 10 | 70 | 0 | 6 | 444 | 121 | 103 |
| Binary | 11011101 | 1101001 | 11101111 | 1000 | 111000 | 0 | 110 | 100100100 | 1010001 | 1000011 |
Color Harmonies of #DD69EF
Complementary color
Monochromatic Colors of #DD69EF
Black with #DD69EF
Text Example
Text Example
White with #DD69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69EF; }
p { color: rgb(221,105,239); }
H1.HeaderClassName
{
color: #DD69EF;
}
.AnyTagClassName
{
color: #DD69EF;
}
</style>
background-color css
<style>
a { background-color: #DD69EF; }
a { background-color: rgb(221,105,239); }
div.DivClassName
{
background-color: #DD69EF;
}
.BgClassName
{
background-color: #DD69EF;
}
</style>
border-color css
<style>
span { border-color: #DD69EF; }
span { border-color: rgb(221,105,239); }
td.TdClassName
{
border-color: #DD69EF;
}
.TagClassName
{
border-color: #DD69EF;
}
</style>