Shades of Heliotrope #DD7AF8
Tints of Heliotrope #DD7AF8
RGB
CMYK
RGB Variations
Color information
#DD7AF8 (or 0xDD7AF8) is known color: Heliotrope. HEX triplet: DD, 7A and F8. RGB value is (221,122,248). Sum of RGB (Red+Green+Blue) = 221+122+248=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD7AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7AF8 is #228507. Grayscale: #A5A5A5. Windows color (decimal): -2262280 or 16284381. OLE color: 16284381.
HSL color Cylindrical-coordinate representation of color #DD7AF8: hue angle of 287.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7AF8 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 122 | 248 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.03 |
| HSL | 287.14º | 0.9% | 0.73% | - |
| HSV(B) | 287.14º | 0.51% | 0.97% | - |
| XYZ | 53.72 | 36.07 | 92.94 | - |
| YUV | 165.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 248 | 0.11 | 0.51 | 0 | 0.03 | 287.14 | 0.9 | 0.73 |
| Hex | DD | 7A | F8 | B | 33 | 0 | 3 | 11F | 5A | 49 |
| Octal | 335 | 172 | 370 | 13 | 63 | 0 | 3 | 437 | 132 | 111 |
| Binary | 11011101 | 1111010 | 11111000 | 1011 | 110011 | 0 | 11 | 100011111 | 1011010 | 1001001 |
Color Harmonies of #DD7AF8
Complementary color
Monochromatic Colors of #DD7AF8
Black with #DD7AF8
Text Example
Text Example
White with #DD7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AF8; }
p { color: rgb(221,122,248); }
H1.HeaderClassName
{
color: #DD7AF8;
}
.AnyTagClassName
{
color: #DD7AF8;
}
</style>
background-color css
<style>
a { background-color: #DD7AF8; }
a { background-color: rgb(221,122,248); }
div.DivClassName
{
background-color: #DD7AF8;
}
.BgClassName
{
background-color: #DD7AF8;
}
</style>
border-color css
<style>
span { border-color: #DD7AF8; }
span { border-color: rgb(221,122,248); }
td.TdClassName
{
border-color: #DD7AF8;
}
.TagClassName
{
border-color: #DD7AF8;
}
</style>