Shades of Heliotrope #DD66F1
Tints of Heliotrope #DD66F1
RGB
CMYK
RGB Variations
Color information
#DD66F1 (or 0xDD66F1) is known color: Heliotrope. HEX triplet: DD, 66 and F1. RGB value is (221,102,241). Sum of RGB (Red+Green+Blue) = 221+102+241=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66F1 is #22990E. Grayscale: #989898. Windows color (decimal): -2267407 or 15820509. OLE color: 15820509.
HSL color Cylindrical-coordinate representation of color #DD66F1: hue angle of 291.37º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD66F1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 102 | 241 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.05 |
| HSL | 291.37º | 0.83% | 0.67% | - |
| HSV(B) | 291.37º | 0.58% | 0.95% | - |
| XYZ | 50.45 | 31.23 | 86.59 | - |
| YUV | 153.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 241 | 0.08 | 0.58 | 0 | 0.05 | 291.37 | 0.83 | 0.67 |
| Hex | DD | 66 | F1 | 8 | 3A | 0 | 5 | 123 | 53 | 43 |
| Octal | 335 | 146 | 361 | 10 | 72 | 0 | 5 | 443 | 123 | 103 |
| Binary | 11011101 | 1100110 | 11110001 | 1000 | 111010 | 0 | 101 | 100100011 | 1010011 | 1000011 |
Color Harmonies of #DD66F1
Complementary color
Monochromatic Colors of #DD66F1
Black with #DD66F1
Text Example
Text Example
White with #DD66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66F1; }
p { color: rgb(221,102,241); }
H1.HeaderClassName
{
color: #DD66F1;
}
.AnyTagClassName
{
color: #DD66F1;
}
</style>
background-color css
<style>
a { background-color: #DD66F1; }
a { background-color: rgb(221,102,241); }
div.DivClassName
{
background-color: #DD66F1;
}
.BgClassName
{
background-color: #DD66F1;
}
</style>
border-color css
<style>
span { border-color: #DD66F1; }
span { border-color: rgb(221,102,241); }
td.TdClassName
{
border-color: #DD66F1;
}
.TagClassName
{
border-color: #DD66F1;
}
</style>