Shades of Heliotrope #DD6CEF
Tints of Heliotrope #DD6CEF
RGB
CMYK
RGB Variations
Color information
#DD6CEF (or 0xDD6CEF) is known color: Heliotrope. HEX triplet: DD, 6C and EF. RGB value is (221,108,239). Sum of RGB (Red+Green+Blue) = 221+108+239=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6CEF is #229310. Grayscale: #9C9C9C. Windows color (decimal): -2265873 or 15690973. OLE color: 15690973.
HSL color Cylindrical-coordinate representation of color #DD6CEF: hue angle of 291.76º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6CEF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 108 | 239 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.06 |
| HSL | 291.76º | 0.8% | 0.68% | - |
| HSV(B) | 291.76º | 0.55% | 0.94% | - |
| XYZ | 50.76 | 32.33 | 85.23 | - |
| YUV | 156.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 239 | 0.08 | 0.55 | 0 | 0.06 | 291.76 | 0.8 | 0.68 |
| Hex | DD | 6C | EF | 8 | 37 | 0 | 6 | 124 | 50 | 44 |
| Octal | 335 | 154 | 357 | 10 | 67 | 0 | 6 | 444 | 120 | 104 |
| Binary | 11011101 | 1101100 | 11101111 | 1000 | 110111 | 0 | 110 | 100100100 | 1010000 | 1000100 |
Color Harmonies of #DD6CEF
Complementary color
Monochromatic Colors of #DD6CEF
Black with #DD6CEF
Text Example
Text Example
White with #DD6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CEF; }
p { color: rgb(221,108,239); }
H1.HeaderClassName
{
color: #DD6CEF;
}
.AnyTagClassName
{
color: #DD6CEF;
}
</style>
background-color css
<style>
a { background-color: #DD6CEF; }
a { background-color: rgb(221,108,239); }
div.DivClassName
{
background-color: #DD6CEF;
}
.BgClassName
{
background-color: #DD6CEF;
}
</style>
border-color css
<style>
span { border-color: #DD6CEF; }
span { border-color: rgb(221,108,239); }
td.TdClassName
{
border-color: #DD6CEF;
}
.TagClassName
{
border-color: #DD6CEF;
}
</style>