Shades of Heliotrope #DD67F6
Tints of Heliotrope #DD67F6
RGB
CMYK
RGB Variations
Color information
#DD67F6 (or 0xDD67F6) is known color: Heliotrope. HEX triplet: DD, 67 and F6. RGB value is (221,103,246). Sum of RGB (Red+Green+Blue) = 221+103+246=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 103 (40.62% from 255 or 18.07% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD67F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67F6 is #229809. Grayscale: #9A9A9A. Windows color (decimal): -2267146 or 16148445. OLE color: 16148445.
HSL color Cylindrical-coordinate representation of color #DD67F6: hue angle of 289.51º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD67F6 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 103 | 246 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.04 |
| HSL | 289.51º | 0.89% | 0.68% | - |
| HSV(B) | 289.51º | 0.58% | 0.96% | - |
| XYZ | 51.3 | 31.73 | 90.61 | - |
| YUV | 154.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 246 | 0.10 | 0.58 | 0 | 0.04 | 289.51 | 0.89 | 0.68 |
| Hex | DD | 67 | F6 | A | 3A | 0 | 4 | 122 | 59 | 44 |
| Octal | 335 | 147 | 366 | 12 | 72 | 0 | 4 | 442 | 131 | 104 |
| Binary | 11011101 | 1100111 | 11110110 | 1010 | 111010 | 0 | 100 | 100100010 | 1011001 | 1000100 |
Color Harmonies of #DD67F6
Complementary color
Monochromatic Colors of #DD67F6
Black with #DD67F6
Text Example
Text Example
White with #DD67F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67F6; }
p { color: rgb(221,103,246); }
H1.HeaderClassName
{
color: #DD67F6;
}
.AnyTagClassName
{
color: #DD67F6;
}
</style>
background-color css
<style>
a { background-color: #DD67F6; }
a { background-color: rgb(221,103,246); }
div.DivClassName
{
background-color: #DD67F6;
}
.BgClassName
{
background-color: #DD67F6;
}
</style>
border-color css
<style>
span { border-color: #DD67F6; }
span { border-color: rgb(221,103,246); }
td.TdClassName
{
border-color: #DD67F6;
}
.TagClassName
{
border-color: #DD67F6;
}
</style>