Shades of Heliotrope #DD67F3
Tints of Heliotrope #DD67F3
RGB
CMYK
RGB Variations
Color information
#DD67F3 (or 0xDD67F3) is known color: Heliotrope. HEX triplet: DD, 67 and F3. RGB value is (221,103,243). Sum of RGB (Red+Green+Blue) = 221+103+243=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 103 (40.62% from 255 or 18.17% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD67F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD67F3 is #22980C. Grayscale: #999999. Windows color (decimal): -2267149 or 15951837. OLE color: 15951837.
HSL color Cylindrical-coordinate representation of color #DD67F3: hue angle of 290.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD67F3 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 103 | 243 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.05 |
| HSL | 290.57º | 0.85% | 0.68% | - |
| HSV(B) | 290.57º | 0.58% | 0.95% | - |
| XYZ | 50.85 | 31.54 | 88.2 | - |
| YUV | 154.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 243 | 0.09 | 0.58 | 0 | 0.05 | 290.57 | 0.85 | 0.68 |
| Hex | DD | 67 | F3 | 9 | 3A | 0 | 5 | 123 | 55 | 44 |
| Octal | 335 | 147 | 363 | 11 | 72 | 0 | 5 | 443 | 125 | 104 |
| Binary | 11011101 | 1100111 | 11110011 | 1001 | 111010 | 0 | 101 | 100100011 | 1010101 | 1000100 |
Color Harmonies of #DD67F3
Complementary color
Monochromatic Colors of #DD67F3
Black with #DD67F3
Text Example
Text Example
White with #DD67F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67F3; }
p { color: rgb(221,103,243); }
H1.HeaderClassName
{
color: #DD67F3;
}
.AnyTagClassName
{
color: #DD67F3;
}
</style>
background-color css
<style>
a { background-color: #DD67F3; }
a { background-color: rgb(221,103,243); }
div.DivClassName
{
background-color: #DD67F3;
}
.BgClassName
{
background-color: #DD67F3;
}
</style>
border-color css
<style>
span { border-color: #DD67F3; }
span { border-color: rgb(221,103,243); }
td.TdClassName
{
border-color: #DD67F3;
}
.TagClassName
{
border-color: #DD67F3;
}
</style>