Shades of Heliotrope #DD66F3
Tints of Heliotrope #DD66F3
RGB
CMYK
RGB Variations
Color information
#DD66F3 (or 0xDD66F3) is known color: Heliotrope. HEX triplet: DD, 66 and F3. RGB value is (221,102,243). Sum of RGB (Red+Green+Blue) = 221+102+243=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66F3 is #22990C. Grayscale: #999999. Windows color (decimal): -2267405 or 15951581. OLE color: 15951581.
HSL color Cylindrical-coordinate representation of color #DD66F3: hue angle of 290.64º 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 #DD66F3 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 102 | 243 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.05 |
| HSL | 290.64º | 0.85% | 0.68% | - |
| HSV(B) | 290.64º | 0.58% | 0.95% | - |
| XYZ | 50.75 | 31.35 | 88.17 | - |
| YUV | 153.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 243 | 0.09 | 0.58 | 0 | 0.05 | 290.64 | 0.85 | 0.68 |
| Hex | DD | 66 | F3 | 9 | 3A | 0 | 5 | 123 | 55 | 44 |
| Octal | 335 | 146 | 363 | 11 | 72 | 0 | 5 | 443 | 125 | 104 |
| Binary | 11011101 | 1100110 | 11110011 | 1001 | 111010 | 0 | 101 | 100100011 | 1010101 | 1000100 |
Color Harmonies of #DD66F3
Complementary color
Monochromatic Colors of #DD66F3
Black with #DD66F3
Text Example
Text Example
White with #DD66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66F3; }
p { color: rgb(221,102,243); }
H1.HeaderClassName
{
color: #DD66F3;
}
.AnyTagClassName
{
color: #DD66F3;
}
</style>
background-color css
<style>
a { background-color: #DD66F3; }
a { background-color: rgb(221,102,243); }
div.DivClassName
{
background-color: #DD66F3;
}
.BgClassName
{
background-color: #DD66F3;
}
</style>
border-color css
<style>
span { border-color: #DD66F3; }
span { border-color: rgb(221,102,243); }
td.TdClassName
{
border-color: #DD66F3;
}
.TagClassName
{
border-color: #DD66F3;
}
</style>