Shades of Heliotrope #D67DF1
Tints of Heliotrope #D67DF1
RGB
CMYK
RGB Variations
Color information
#D67DF1 (or 0xD67DF1) is known color: Heliotrope. HEX triplet: D6, 7D and F1. RGB value is (214,125,241). Sum of RGB (Red+Green+Blue) = 214+125+241=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #D67DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DF1 is #29820E. Grayscale: #A4A4A4. Windows color (decimal): -2720271 or 15826390. OLE color: 15826390.
HSL color Cylindrical-coordinate representation of color #D67DF1: hue angle of 286.03º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67DF1 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 125 | 241 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.05 |
| HSL | 286.03º | 0.81% | 0.72% | - |
| HSV(B) | 286.03º | 0.48% | 0.95% | - |
| XYZ | 50.94 | 35.31 | 87.35 | - |
| YUV | 164.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 241 | 0.11 | 0.48 | 0 | 0.05 | 286.03 | 0.81 | 0.72 |
| Hex | D6 | 7D | F1 | B | 30 | 0 | 5 | 11E | 51 | 48 |
| Octal | 326 | 175 | 361 | 13 | 60 | 0 | 5 | 436 | 121 | 110 |
| Binary | 11010110 | 1111101 | 11110001 | 1011 | 110000 | 0 | 101 | 100011110 | 1010001 | 1001000 |
Color Harmonies of #D67DF1
Complementary color
Monochromatic Colors of #D67DF1
Black with #D67DF1
Text Example
Text Example
White with #D67DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DF1; }
p { color: rgb(214,125,241); }
H1.HeaderClassName
{
color: #D67DF1;
}
.AnyTagClassName
{
color: #D67DF1;
}
</style>
background-color css
<style>
a { background-color: #D67DF1; }
a { background-color: rgb(214,125,241); }
div.DivClassName
{
background-color: #D67DF1;
}
.BgClassName
{
background-color: #D67DF1;
}
</style>
border-color css
<style>
span { border-color: #D67DF1; }
span { border-color: rgb(214,125,241); }
td.TdClassName
{
border-color: #D67DF1;
}
.TagClassName
{
border-color: #D67DF1;
}
</style>