Shades of Heliotrope #D662F1
Tints of Heliotrope #D662F1
RGB
CMYK
RGB Variations
Color information
#D662F1 (or 0xD662F1) is known color: Heliotrope. HEX triplet: D6, 62 and F1. RGB value is (214,98,241). Sum of RGB (Red+Green+Blue) = 214+98+241=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #D662F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662F1 is #299D0E. Grayscale: #949494. Windows color (decimal): -2727183 or 15819478. OLE color: 15819478.
HSL color Cylindrical-coordinate representation of color #D662F1: hue angle of 288.67º 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 #D662F1 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 98 | 241 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.05 |
| HSL | 288.67º | 0.84% | 0.66% | - |
| HSV(B) | 288.67º | 0.59% | 0.95% | - |
| XYZ | 47.98 | 29.38 | 86.36 | - |
| YUV | 148.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 241 | 0.11 | 0.59 | 0 | 0.05 | 288.67 | 0.84 | 0.66 |
| Hex | D6 | 62 | F1 | B | 3B | 0 | 5 | 121 | 54 | 42 |
| Octal | 326 | 142 | 361 | 13 | 73 | 0 | 5 | 441 | 124 | 102 |
| Binary | 11010110 | 1100010 | 11110001 | 1011 | 111011 | 0 | 101 | 100100001 | 1010100 | 1000010 |
Color Harmonies of #D662F1
Complementary color
Monochromatic Colors of #D662F1
Black with #D662F1
Text Example
Text Example
White with #D662F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662F1; }
p { color: rgb(214,98,241); }
H1.HeaderClassName
{
color: #D662F1;
}
.AnyTagClassName
{
color: #D662F1;
}
</style>
background-color css
<style>
a { background-color: #D662F1; }
a { background-color: rgb(214,98,241); }
div.DivClassName
{
background-color: #D662F1;
}
.BgClassName
{
background-color: #D662F1;
}
</style>
border-color css
<style>
span { border-color: #D662F1; }
span { border-color: rgb(214,98,241); }
td.TdClassName
{
border-color: #D662F1;
}
.TagClassName
{
border-color: #D662F1;
}
</style>