Shades of Heliotrope #DD6AF1
Tints of Heliotrope #DD6AF1
RGB
CMYK
RGB Variations
Color information
#DD6AF1 (or 0xDD6AF1) is known color: Heliotrope. HEX triplet: DD, 6A and F1. RGB value is (221,106,241). Sum of RGB (Red+Green+Blue) = 221+106+241=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6AF1 is #22950E. Grayscale: #9B9B9B. Windows color (decimal): -2266383 or 15821533. OLE color: 15821533.
HSL color Cylindrical-coordinate representation of color #DD6AF1: hue angle of 291.11º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6AF1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 106 | 241 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.05 |
| HSL | 291.11º | 0.83% | 0.68% | - |
| HSV(B) | 291.11º | 0.56% | 0.95% | - |
| XYZ | 50.85 | 32.03 | 86.72 | - |
| YUV | 155.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 241 | 0.08 | 0.56 | 0 | 0.05 | 291.11 | 0.83 | 0.68 |
| Hex | DD | 6A | F1 | 8 | 38 | 0 | 5 | 123 | 53 | 44 |
| Octal | 335 | 152 | 361 | 10 | 70 | 0 | 5 | 443 | 123 | 104 |
| Binary | 11011101 | 1101010 | 11110001 | 1000 | 111000 | 0 | 101 | 100100011 | 1010011 | 1000100 |
Color Harmonies of #DD6AF1
Complementary color
Monochromatic Colors of #DD6AF1
Black with #DD6AF1
Text Example
Text Example
White with #DD6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AF1; }
p { color: rgb(221,106,241); }
H1.HeaderClassName
{
color: #DD6AF1;
}
.AnyTagClassName
{
color: #DD6AF1;
}
</style>
background-color css
<style>
a { background-color: #DD6AF1; }
a { background-color: rgb(221,106,241); }
div.DivClassName
{
background-color: #DD6AF1;
}
.BgClassName
{
background-color: #DD6AF1;
}
</style>
border-color css
<style>
span { border-color: #DD6AF1; }
span { border-color: rgb(221,106,241); }
td.TdClassName
{
border-color: #DD6AF1;
}
.TagClassName
{
border-color: #DD6AF1;
}
</style>