Shades of Heliotrope #D965F7
Tints of Heliotrope #D965F7
RGB
CMYK
RGB Variations
Color information
#D965F7 (or 0xD965F7) is known color: Heliotrope. HEX triplet: D9, 65 and F7. RGB value is (217,101,247). Sum of RGB (Red+Green+Blue) = 217+101+247=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #D965F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965F7 is #269A08. Grayscale: #979797. Windows color (decimal): -2529801 or 16213465. OLE color: 16213465.
HSL color Cylindrical-coordinate representation of color #D965F7: hue angle of 287.67º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D965F7 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 101 | 247 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.03 |
| HSL | 287.67º | 0.9% | 0.68% | - |
| HSV(B) | 287.67º | 0.59% | 0.97% | - |
| XYZ | 50.06 | 30.77 | 91.3 | - |
| YUV | 152.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 247 | 0.12 | 0.59 | 0 | 0.03 | 287.67 | 0.9 | 0.68 |
| Hex | D9 | 65 | F7 | C | 3B | 0 | 3 | 120 | 5A | 44 |
| Octal | 331 | 145 | 367 | 14 | 73 | 0 | 3 | 440 | 132 | 104 |
| Binary | 11011001 | 1100101 | 11110111 | 1100 | 111011 | 0 | 11 | 100100000 | 1011010 | 1000100 |
Color Harmonies of #D965F7
Complementary color
Monochromatic Colors of #D965F7
Black with #D965F7
Text Example
Text Example
White with #D965F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965F7; }
p { color: rgb(217,101,247); }
H1.HeaderClassName
{
color: #D965F7;
}
.AnyTagClassName
{
color: #D965F7;
}
</style>
background-color css
<style>
a { background-color: #D965F7; }
a { background-color: rgb(217,101,247); }
div.DivClassName
{
background-color: #D965F7;
}
.BgClassName
{
background-color: #D965F7;
}
</style>
border-color css
<style>
span { border-color: #D965F7; }
span { border-color: rgb(217,101,247); }
td.TdClassName
{
border-color: #D965F7;
}
.TagClassName
{
border-color: #D965F7;
}
</style>