Shades of Heliotrope #D065FA
Tints of Heliotrope #D065FA
RGB
CMYK
RGB Variations
Color information
#D065FA (or 0xD065FA) is known color: Heliotrope. HEX triplet: D0, 65 and FA. RGB value is (208,101,250). Sum of RGB (Red+Green+Blue) = 208+101+250=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #D065FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065FA is #2F9A05. Grayscale: #959595. Windows color (decimal): -3119622 or 16410064. OLE color: 16410064.
HSL color Cylindrical-coordinate representation of color #D065FA: hue angle of 283.09º 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 #D065FA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 101 | 250 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.02 |
| HSL | 283.09º | 0.94% | 0.69% | - |
| HSV(B) | 283.09º | 0.6% | 0.98% | - |
| XYZ | 47.92 | 29.62 | 93.63 | - |
| YUV | 149.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 250 | 0.17 | 0.60 | 0 | 0.02 | 283.09 | 0.94 | 0.69 |
| Hex | D0 | 65 | FA | 11 | 3C | 0 | 2 | 11B | 5E | 45 |
| Octal | 320 | 145 | 372 | 21 | 74 | 0 | 2 | 433 | 136 | 105 |
| Binary | 11010000 | 1100101 | 11111010 | 10001 | 111100 | 0 | 10 | 100011011 | 1011110 | 1000101 |
Color Harmonies of #D065FA
Complementary color
Monochromatic Colors of #D065FA
Black with #D065FA
Text Example
Text Example
White with #D065FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065FA; }
p { color: rgb(208,101,250); }
H1.HeaderClassName
{
color: #D065FA;
}
.AnyTagClassName
{
color: #D065FA;
}
</style>
background-color css
<style>
a { background-color: #D065FA; }
a { background-color: rgb(208,101,250); }
div.DivClassName
{
background-color: #D065FA;
}
.BgClassName
{
background-color: #D065FA;
}
</style>
border-color css
<style>
span { border-color: #D065FA; }
span { border-color: rgb(208,101,250); }
td.TdClassName
{
border-color: #D065FA;
}
.TagClassName
{
border-color: #D065FA;
}
</style>