Shades of Heliotrope #DD69F8
Tints of Heliotrope #DD69F8
RGB
CMYK
RGB Variations
Color information
#DD69F8 (or 0xDD69F8) is known color: Heliotrope. HEX triplet: DD, 69 and F8. RGB value is (221,105,248). Sum of RGB (Red+Green+Blue) = 221+105+248=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD69F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69F8 is #229607. Grayscale: #9B9B9B. Windows color (decimal): -2266632 or 16280029. OLE color: 16280029.
HSL color Cylindrical-coordinate representation of color #DD69F8: hue angle of 288.67º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD69F8 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 105 | 248 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.03 |
| HSL | 288.67º | 0.91% | 0.69% | - |
| HSV(B) | 288.67º | 0.58% | 0.97% | - |
| XYZ | 51.81 | 32.25 | 92.3 | - |
| YUV | 155.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 248 | 0.11 | 0.58 | 0 | 0.03 | 288.67 | 0.91 | 0.69 |
| Hex | DD | 69 | F8 | B | 3A | 0 | 3 | 121 | 5B | 45 |
| Octal | 335 | 151 | 370 | 13 | 72 | 0 | 3 | 441 | 133 | 105 |
| Binary | 11011101 | 1101001 | 11111000 | 1011 | 111010 | 0 | 11 | 100100001 | 1011011 | 1000101 |
Color Harmonies of #DD69F8
Complementary color
Monochromatic Colors of #DD69F8
Black with #DD69F8
Text Example
Text Example
White with #DD69F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69F8; }
p { color: rgb(221,105,248); }
H1.HeaderClassName
{
color: #DD69F8;
}
.AnyTagClassName
{
color: #DD69F8;
}
</style>
background-color css
<style>
a { background-color: #DD69F8; }
a { background-color: rgb(221,105,248); }
div.DivClassName
{
background-color: #DD69F8;
}
.BgClassName
{
background-color: #DD69F8;
}
</style>
border-color css
<style>
span { border-color: #DD69F8; }
span { border-color: rgb(221,105,248); }
td.TdClassName
{
border-color: #DD69F8;
}
.TagClassName
{
border-color: #DD69F8;
}
</style>