Shades of Heliotrope #D065FF
Tints of Heliotrope #D065FF
RGB
CMYK
RGB Variations
Color information
#D065FF (or 0xD065FF) is known color: Heliotrope. HEX triplet: D0, 65 and FF. RGB value is (208,101,255). Sum of RGB (Red+Green+Blue) = 208+101+255=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #D065FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065FF is #2F9A00. Grayscale: #969696. Windows color (decimal): -3119617 or 16737744. OLE color: 16737744.
HSL color Cylindrical-coordinate representation of color #D065FF: hue angle of 281.69º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D065FF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 101 | 255 | - |
| CMYK | 0.18 | 0.60 | 0 | 0 |
| HSL | 281.69º | 1% | 0.7% | - |
| HSV(B) | 281.69º | 0.6% | 1% | - |
| XYZ | 48.72 | 29.94 | 97.82 | - |
| YUV | 150.55 | 186.95 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 255 | 0.18 | 0.60 | 0 | 0 | 281.69 | 1 | 0.7 |
| Hex | D0 | 65 | FF | 12 | 3C | 0 | 0 | 11A | 64 | 46 |
| Octal | 320 | 145 | 377 | 22 | 74 | 0 | 0 | 432 | 144 | 106 |
| Binary | 11010000 | 1100101 | 11111111 | 10010 | 111100 | 0 | 0 | 100011010 | 1100100 | 1000110 |
Color Harmonies of #D065FF
Complementary color
Monochromatic Colors of #D065FF
Black with #D065FF
Text Example
Text Example
White with #D065FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065FF; }
p { color: rgb(208,101,255); }
H1.HeaderClassName
{
color: #D065FF;
}
.AnyTagClassName
{
color: #D065FF;
}
</style>
background-color css
<style>
a { background-color: #D065FF; }
a { background-color: rgb(208,101,255); }
div.DivClassName
{
background-color: #D065FF;
}
.BgClassName
{
background-color: #D065FF;
}
</style>
border-color css
<style>
span { border-color: #D065FF; }
span { border-color: rgb(208,101,255); }
td.TdClassName
{
border-color: #D065FF;
}
.TagClassName
{
border-color: #D065FF;
}
</style>