Shades of Heliotrope #D064FE
Tints of Heliotrope #D064FE
RGB
CMYK
RGB Variations
Color information
#D064FE (or 0xD064FE) is known color: Heliotrope. HEX triplet: D0, 64 and FE. RGB value is (208,100,254). Sum of RGB (Red+Green+Blue) = 208+100+254=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #D064FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D064FE is #2F9B01. Grayscale: #959595. Windows color (decimal): -3119874 or 16671952. OLE color: 16671952.
HSL color Cylindrical-coordinate representation of color #D064FE: hue angle of 282.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D064FE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 100 | 254 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.00 |
| HSL | 282.08º | 0.99% | 0.69% | - |
| HSV(B) | 282.08º | 0.61% | 1% | - |
| XYZ | 48.46 | 29.68 | 96.94 | - |
| YUV | 149.85 | 186.78 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 254 | 0.18 | 0.61 | 0 | 0.00 | 282.08 | 0.99 | 0.69 |
| Hex | D0 | 64 | FE | 12 | 3D | 0 | 0 | 11A | 63 | 45 |
| Octal | 320 | 144 | 376 | 22 | 75 | 0 | 0 | 432 | 143 | 105 |
| Binary | 11010000 | 1100100 | 11111110 | 10010 | 111101 | 0 | 0 | 100011010 | 1100011 | 1000101 |
Color Harmonies of #D064FE
Complementary color
Monochromatic Colors of #D064FE
Black with #D064FE
Text Example
Text Example
White with #D064FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064FE; }
p { color: rgb(208,100,254); }
H1.HeaderClassName
{
color: #D064FE;
}
.AnyTagClassName
{
color: #D064FE;
}
</style>
background-color css
<style>
a { background-color: #D064FE; }
a { background-color: rgb(208,100,254); }
div.DivClassName
{
background-color: #D064FE;
}
.BgClassName
{
background-color: #D064FE;
}
</style>
border-color css
<style>
span { border-color: #D064FE; }
span { border-color: rgb(208,100,254); }
td.TdClassName
{
border-color: #D064FE;
}
.TagClassName
{
border-color: #D064FE;
}
</style>