Shades of Heliotrope #D969F1
Tints of Heliotrope #D969F1
RGB
CMYK
RGB Variations
Color information
#D969F1 (or 0xD969F1) is known color: Heliotrope. HEX triplet: D9, 69 and F1. RGB value is (217,105,241). Sum of RGB (Red+Green+Blue) = 217+105+241=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #D969F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D969F1 is #26960E. Grayscale: #999999. Windows color (decimal): -2528783 or 15821273. OLE color: 15821273.
HSL color Cylindrical-coordinate representation of color #D969F1: hue angle of 289.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D969F1 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 105 | 241 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.05 |
| HSL | 289.41º | 0.83% | 0.68% | - |
| HSV(B) | 289.41º | 0.56% | 0.95% | - |
| XYZ | 49.54 | 31.21 | 86.63 | - |
| YUV | 153.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 241 | 0.10 | 0.56 | 0 | 0.05 | 289.41 | 0.83 | 0.68 |
| Hex | D9 | 69 | F1 | A | 38 | 0 | 5 | 121 | 53 | 44 |
| Octal | 331 | 151 | 361 | 12 | 70 | 0 | 5 | 441 | 123 | 104 |
| Binary | 11011001 | 1101001 | 11110001 | 1010 | 111000 | 0 | 101 | 100100001 | 1010011 | 1000100 |
Color Harmonies of #D969F1
Complementary color
Monochromatic Colors of #D969F1
Black with #D969F1
Text Example
Text Example
White with #D969F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969F1; }
p { color: rgb(217,105,241); }
H1.HeaderClassName
{
color: #D969F1;
}
.AnyTagClassName
{
color: #D969F1;
}
</style>
background-color css
<style>
a { background-color: #D969F1; }
a { background-color: rgb(217,105,241); }
div.DivClassName
{
background-color: #D969F1;
}
.BgClassName
{
background-color: #D969F1;
}
</style>
border-color css
<style>
span { border-color: #D969F1; }
span { border-color: rgb(217,105,241); }
td.TdClassName
{
border-color: #D969F1;
}
.TagClassName
{
border-color: #D969F1;
}
</style>