Shades of Heliotrope #D965FA
Tints of Heliotrope #D965FA
RGB
CMYK
RGB Variations
Color information
#D965FA (or 0xD965FA) is known color: Heliotrope. HEX triplet: D9, 65 and FA. RGB value is (217,101,250). Sum of RGB (Red+Green+Blue) = 217+101+250=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #D965FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965FA is #269A05. Grayscale: #989898. Windows color (decimal): -2529798 or 16410073. OLE color: 16410073.
HSL color Cylindrical-coordinate representation of color #D965FA: hue angle of 286.71º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D965FA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 101 | 250 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.02 |
| HSL | 286.71º | 0.94% | 0.69% | - |
| HSV(B) | 286.71º | 0.6% | 0.98% | - |
| XYZ | 50.52 | 30.96 | 93.76 | - |
| YUV | 152.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 250 | 0.13 | 0.60 | 0 | 0.02 | 286.71 | 0.94 | 0.69 |
| Hex | D9 | 65 | FA | D | 3C | 0 | 2 | 11F | 5E | 45 |
| Octal | 331 | 145 | 372 | 15 | 74 | 0 | 2 | 437 | 136 | 105 |
| Binary | 11011001 | 1100101 | 11111010 | 1101 | 111100 | 0 | 10 | 100011111 | 1011110 | 1000101 |
Color Harmonies of #D965FA
Complementary color
Monochromatic Colors of #D965FA
Black with #D965FA
Text Example
Text Example
White with #D965FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965FA; }
p { color: rgb(217,101,250); }
H1.HeaderClassName
{
color: #D965FA;
}
.AnyTagClassName
{
color: #D965FA;
}
</style>
background-color css
<style>
a { background-color: #D965FA; }
a { background-color: rgb(217,101,250); }
div.DivClassName
{
background-color: #D965FA;
}
.BgClassName
{
background-color: #D965FA;
}
</style>
border-color css
<style>
span { border-color: #D965FA; }
span { border-color: rgb(217,101,250); }
td.TdClassName
{
border-color: #D965FA;
}
.TagClassName
{
border-color: #D965FA;
}
</style>