Shades of Heliotrope #D965F6
Tints of Heliotrope #D965F6
RGB
CMYK
RGB Variations
Color information
#D965F6 (or 0xD965F6) is known color: Heliotrope. HEX triplet: D9, 65 and F6. RGB value is (217,101,246). Sum of RGB (Red+Green+Blue) = 217+101+246=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #D965F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965F6 is #269A09. Grayscale: #979797. Windows color (decimal): -2529802 or 16147929. OLE color: 16147929.
HSL color Cylindrical-coordinate representation of color #D965F6: hue angle of 288º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D965F6 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 101 | 246 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.04 |
| HSL | 288º | 0.89% | 0.68% | - |
| HSV(B) | 288º | 0.59% | 0.96% | - |
| XYZ | 49.9 | 30.71 | 90.49 | - |
| YUV | 152.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 246 | 0.12 | 0.59 | 0 | 0.04 | 288 | 0.89 | 0.68 |
| Hex | D9 | 65 | F6 | C | 3B | 0 | 4 | 120 | 59 | 44 |
| Octal | 331 | 145 | 366 | 14 | 73 | 0 | 4 | 440 | 131 | 104 |
| Binary | 11011001 | 1100101 | 11110110 | 1100 | 111011 | 0 | 100 | 100100000 | 1011001 | 1000100 |
Color Harmonies of #D965F6
Complementary color
Monochromatic Colors of #D965F6
Black with #D965F6
Text Example
Text Example
White with #D965F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965F6; }
p { color: rgb(217,101,246); }
H1.HeaderClassName
{
color: #D965F6;
}
.AnyTagClassName
{
color: #D965F6;
}
</style>
background-color css
<style>
a { background-color: #D965F6; }
a { background-color: rgb(217,101,246); }
div.DivClassName
{
background-color: #D965F6;
}
.BgClassName
{
background-color: #D965F6;
}
</style>
border-color css
<style>
span { border-color: #D965F6; }
span { border-color: rgb(217,101,246); }
td.TdClassName
{
border-color: #D965F6;
}
.TagClassName
{
border-color: #D965F6;
}
</style>