Shades of Heliotrope #DD7AF2
Tints of Heliotrope #DD7AF2
RGB
CMYK
RGB Variations
Color information
#DD7AF2 (or 0xDD7AF2) is known color: Heliotrope. HEX triplet: DD, 7A and F2. RGB value is (221,122,242). Sum of RGB (Red+Green+Blue) = 221+122+242=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD7AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AF2 is #22850D. Grayscale: #A4A4A4. Windows color (decimal): -2262286 or 15891165. OLE color: 15891165.
HSL color Cylindrical-coordinate representation of color #DD7AF2: hue angle of 289.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7AF2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 122 | 242 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.05 |
| HSL | 289.5º | 0.82% | 0.71% | - |
| HSV(B) | 289.5º | 0.5% | 0.95% | - |
| XYZ | 52.81 | 35.7 | 88.11 | - |
| YUV | 165.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 242 | 0.09 | 0.50 | 0 | 0.05 | 289.5 | 0.82 | 0.71 |
| Hex | DD | 7A | F2 | 9 | 32 | 0 | 5 | 122 | 52 | 47 |
| Octal | 335 | 172 | 362 | 11 | 62 | 0 | 5 | 442 | 122 | 107 |
| Binary | 11011101 | 1111010 | 11110010 | 1001 | 110010 | 0 | 101 | 100100010 | 1010010 | 1000111 |
Color Harmonies of #DD7AF2
Complementary color
Monochromatic Colors of #DD7AF2
Black with #DD7AF2
Text Example
Text Example
White with #DD7AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AF2; }
p { color: rgb(221,122,242); }
H1.HeaderClassName
{
color: #DD7AF2;
}
.AnyTagClassName
{
color: #DD7AF2;
}
</style>
background-color css
<style>
a { background-color: #DD7AF2; }
a { background-color: rgb(221,122,242); }
div.DivClassName
{
background-color: #DD7AF2;
}
.BgClassName
{
background-color: #DD7AF2;
}
</style>
border-color css
<style>
span { border-color: #DD7AF2; }
span { border-color: rgb(221,122,242); }
td.TdClassName
{
border-color: #DD7AF2;
}
.TagClassName
{
border-color: #DD7AF2;
}
</style>