Shades of Heliotrope #DD6FF0
Tints of Heliotrope #DD6FF0
RGB
CMYK
RGB Variations
Color information
#DD6FF0 (or 0xDD6FF0) is known color: Heliotrope. HEX triplet: DD, 6F and F0. RGB value is (221,111,240). Sum of RGB (Red+Green+Blue) = 221+111+240=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD6FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FF0 is #22900F. Grayscale: #9E9E9E. Windows color (decimal): -2265104 or 15757277. OLE color: 15757277.
HSL color Cylindrical-coordinate representation of color #DD6FF0: hue angle of 291.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6FF0 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 111 | 240 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.06 |
| HSL | 291.16º | 0.81% | 0.69% | - |
| HSV(B) | 291.16º | 0.54% | 0.94% | - |
| XYZ | 51.23 | 33.03 | 86.11 | - |
| YUV | 158.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 240 | 0.08 | 0.54 | 0 | 0.06 | 291.16 | 0.81 | 0.69 |
| Hex | DD | 6F | F0 | 8 | 36 | 0 | 6 | 123 | 51 | 45 |
| Octal | 335 | 157 | 360 | 10 | 66 | 0 | 6 | 443 | 121 | 105 |
| Binary | 11011101 | 1101111 | 11110000 | 1000 | 110110 | 0 | 110 | 100100011 | 1010001 | 1000101 |
Color Harmonies of #DD6FF0
Complementary color
Monochromatic Colors of #DD6FF0
Black with #DD6FF0
Text Example
Text Example
White with #DD6FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FF0; }
p { color: rgb(221,111,240); }
H1.HeaderClassName
{
color: #DD6FF0;
}
.AnyTagClassName
{
color: #DD6FF0;
}
</style>
background-color css
<style>
a { background-color: #DD6FF0; }
a { background-color: rgb(221,111,240); }
div.DivClassName
{
background-color: #DD6FF0;
}
.BgClassName
{
background-color: #DD6FF0;
}
</style>
border-color css
<style>
span { border-color: #DD6FF0; }
span { border-color: rgb(221,111,240); }
td.TdClassName
{
border-color: #DD6FF0;
}
.TagClassName
{
border-color: #DD6FF0;
}
</style>