Shades of Heliotrope #D067F1
Tints of Heliotrope #D067F1
RGB
CMYK
RGB Variations
Color information
#D067F1 (or 0xD067F1) is known color: Heliotrope. HEX triplet: D0, 67 and F1. RGB value is (208,103,241). Sum of RGB (Red+Green+Blue) = 208+103+241=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #D067F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D067F1 is #2F980E. Grayscale: #959595. Windows color (decimal): -3119119 or 15820752. OLE color: 15820752.
HSL color Cylindrical-coordinate representation of color #D067F1: hue angle of 285.65º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D067F1 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 103 | 241 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.05 |
| HSL | 285.65º | 0.83% | 0.67% | - |
| HSV(B) | 285.65º | 0.57% | 0.95% | - |
| XYZ | 46.74 | 29.46 | 86.44 | - |
| YUV | 150.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 241 | 0.14 | 0.57 | 0 | 0.05 | 285.65 | 0.83 | 0.67 |
| Hex | D0 | 67 | F1 | E | 39 | 0 | 5 | 11E | 53 | 43 |
| Octal | 320 | 147 | 361 | 16 | 71 | 0 | 5 | 436 | 123 | 103 |
| Binary | 11010000 | 1100111 | 11110001 | 1110 | 111001 | 0 | 101 | 100011110 | 1010011 | 1000011 |
Color Harmonies of #D067F1
Complementary color
Monochromatic Colors of #D067F1
Black with #D067F1
Text Example
Text Example
White with #D067F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067F1; }
p { color: rgb(208,103,241); }
H1.HeaderClassName
{
color: #D067F1;
}
.AnyTagClassName
{
color: #D067F1;
}
</style>
background-color css
<style>
a { background-color: #D067F1; }
a { background-color: rgb(208,103,241); }
div.DivClassName
{
background-color: #D067F1;
}
.BgClassName
{
background-color: #D067F1;
}
</style>
border-color css
<style>
span { border-color: #D067F1; }
span { border-color: rgb(208,103,241); }
td.TdClassName
{
border-color: #D067F1;
}
.TagClassName
{
border-color: #D067F1;
}
</style>