Shades of Heliotrope #D065F6
Tints of Heliotrope #D065F6
RGB
CMYK
RGB Variations
Color information
#D065F6 (or 0xD065F6) is known color: Heliotrope. HEX triplet: D0, 65 and F6. RGB value is (208,101,246). Sum of RGB (Red+Green+Blue) = 208+101+246=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #D065F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065F6 is #2F9A09. Grayscale: #959595. Windows color (decimal): -3119626 or 16147920. OLE color: 16147920.
HSL color Cylindrical-coordinate representation of color #D065F6: hue angle of 284.28º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D065F6 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 101 | 246 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.04 |
| HSL | 284.28º | 0.89% | 0.68% | - |
| HSV(B) | 284.28º | 0.59% | 0.96% | - |
| XYZ | 47.3 | 29.37 | 90.36 | - |
| YUV | 149.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 246 | 0.15 | 0.59 | 0 | 0.04 | 284.28 | 0.89 | 0.68 |
| Hex | D0 | 65 | F6 | F | 3B | 0 | 4 | 11C | 59 | 44 |
| Octal | 320 | 145 | 366 | 17 | 73 | 0 | 4 | 434 | 131 | 104 |
| Binary | 11010000 | 1100101 | 11110110 | 1111 | 111011 | 0 | 100 | 100011100 | 1011001 | 1000100 |
Color Harmonies of #D065F6
Complementary color
Monochromatic Colors of #D065F6
Black with #D065F6
Text Example
Text Example
White with #D065F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065F6; }
p { color: rgb(208,101,246); }
H1.HeaderClassName
{
color: #D065F6;
}
.AnyTagClassName
{
color: #D065F6;
}
</style>
background-color css
<style>
a { background-color: #D065F6; }
a { background-color: rgb(208,101,246); }
div.DivClassName
{
background-color: #D065F6;
}
.BgClassName
{
background-color: #D065F6;
}
</style>
border-color css
<style>
span { border-color: #D065F6; }
span { border-color: rgb(208,101,246); }
td.TdClassName
{
border-color: #D065F6;
}
.TagClassName
{
border-color: #D065F6;
}
</style>