Shades of Heliotrope #D965F9
Tints of Heliotrope #D965F9
RGB
CMYK
RGB Variations
Color information
#D965F9 (or 0xD965F9) is known color: Heliotrope. HEX triplet: D9, 65 and F9. RGB value is (217,101,249). Sum of RGB (Red+Green+Blue) = 217+101+249=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #D965F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965F9 is #269A06. Grayscale: #989898. Windows color (decimal): -2529799 or 16344537. OLE color: 16344537.
HSL color Cylindrical-coordinate representation of color #D965F9: hue angle of 287.03º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D965F9 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 101 | 249 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.02 |
| HSL | 287.03º | 0.93% | 0.69% | - |
| HSV(B) | 287.03º | 0.59% | 0.98% | - |
| XYZ | 50.37 | 30.9 | 92.93 | - |
| YUV | 152.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 249 | 0.13 | 0.59 | 0 | 0.02 | 287.03 | 0.93 | 0.69 |
| Hex | D9 | 65 | F9 | D | 3B | 0 | 2 | 11F | 5C | 45 |
| Octal | 331 | 145 | 371 | 15 | 73 | 0 | 2 | 437 | 134 | 105 |
| Binary | 11011001 | 1100101 | 11111001 | 1101 | 111011 | 0 | 10 | 100011111 | 1011100 | 1000101 |
Color Harmonies of #D965F9
Complementary color
Monochromatic Colors of #D965F9
Black with #D965F9
Text Example
Text Example
White with #D965F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965F9; }
p { color: rgb(217,101,249); }
H1.HeaderClassName
{
color: #D965F9;
}
.AnyTagClassName
{
color: #D965F9;
}
</style>
background-color css
<style>
a { background-color: #D965F9; }
a { background-color: rgb(217,101,249); }
div.DivClassName
{
background-color: #D965F9;
}
.BgClassName
{
background-color: #D965F9;
}
</style>
border-color css
<style>
span { border-color: #D965F9; }
span { border-color: rgb(217,101,249); }
td.TdClassName
{
border-color: #D965F9;
}
.TagClassName
{
border-color: #D965F9;
}
</style>