Shades of Heliotrope #DD67F8
Tints of Heliotrope #DD67F8
RGB
CMYK
RGB Variations
Color information
#DD67F8 (or 0xDD67F8) is known color: Heliotrope. HEX triplet: DD, 67 and F8. RGB value is (221,103,248). Sum of RGB (Red+Green+Blue) = 221+103+248=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 103 (40.62% from 255 or 18.01% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD67F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67F8 is #229807. Grayscale: #9A9A9A. Windows color (decimal): -2267144 or 16279517. OLE color: 16279517.
HSL color Cylindrical-coordinate representation of color #DD67F8: hue angle of 288.83º 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 #DD67F8 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 103 | 248 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.03 |
| HSL | 288.83º | 0.91% | 0.69% | - |
| HSV(B) | 288.83º | 0.58% | 0.97% | - |
| XYZ | 51.61 | 31.85 | 92.23 | - |
| YUV | 154.81 | 180.59 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 248 | 0.11 | 0.58 | 0 | 0.03 | 288.83 | 0.91 | 0.69 |
| Hex | DD | 67 | F8 | B | 3A | 0 | 3 | 121 | 5B | 45 |
| Octal | 335 | 147 | 370 | 13 | 72 | 0 | 3 | 441 | 133 | 105 |
| Binary | 11011101 | 1100111 | 11111000 | 1011 | 111010 | 0 | 11 | 100100001 | 1011011 | 1000101 |
Color Harmonies of #DD67F8
Complementary color
Monochromatic Colors of #DD67F8
Black with #DD67F8
Text Example
Text Example
White with #DD67F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67F8; }
p { color: rgb(221,103,248); }
H1.HeaderClassName
{
color: #DD67F8;
}
.AnyTagClassName
{
color: #DD67F8;
}
</style>
background-color css
<style>
a { background-color: #DD67F8; }
a { background-color: rgb(221,103,248); }
div.DivClassName
{
background-color: #DD67F8;
}
.BgClassName
{
background-color: #DD67F8;
}
</style>
border-color css
<style>
span { border-color: #DD67F8; }
span { border-color: rgb(221,103,248); }
td.TdClassName
{
border-color: #DD67F8;
}
.TagClassName
{
border-color: #DD67F8;
}
</style>