Shades of Heliotrope #DD62F1
Tints of Heliotrope #DD62F1
RGB
CMYK
RGB Variations
Color information
#DD62F1 (or 0xDD62F1) is known color: Heliotrope. HEX triplet: DD, 62 and F1. RGB value is (221,98,241). Sum of RGB (Red+Green+Blue) = 221+98+241=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD62F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62F1 is #229D0E. Grayscale: #969696. Windows color (decimal): -2268431 or 15819485. OLE color: 15819485.
HSL color Cylindrical-coordinate representation of color #DD62F1: hue angle of 291.61º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD62F1 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 98 | 241 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.05 |
| HSL | 291.61º | 0.84% | 0.66% | - |
| HSV(B) | 291.61º | 0.59% | 0.95% | - |
| XYZ | 50.06 | 30.46 | 86.46 | - |
| YUV | 151.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 241 | 0.08 | 0.59 | 0 | 0.05 | 291.61 | 0.84 | 0.66 |
| Hex | DD | 62 | F1 | 8 | 3B | 0 | 5 | 124 | 54 | 42 |
| Octal | 335 | 142 | 361 | 10 | 73 | 0 | 5 | 444 | 124 | 102 |
| Binary | 11011101 | 1100010 | 11110001 | 1000 | 111011 | 0 | 101 | 100100100 | 1010100 | 1000010 |
Color Harmonies of #DD62F1
Complementary color
Monochromatic Colors of #DD62F1
Black with #DD62F1
Text Example
Text Example
White with #DD62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62F1; }
p { color: rgb(221,98,241); }
H1.HeaderClassName
{
color: #DD62F1;
}
.AnyTagClassName
{
color: #DD62F1;
}
</style>
background-color css
<style>
a { background-color: #DD62F1; }
a { background-color: rgb(221,98,241); }
div.DivClassName
{
background-color: #DD62F1;
}
.BgClassName
{
background-color: #DD62F1;
}
</style>
border-color css
<style>
span { border-color: #DD62F1; }
span { border-color: rgb(221,98,241); }
td.TdClassName
{
border-color: #DD62F1;
}
.TagClassName
{
border-color: #DD62F1;
}
</style>