Shades of Heliotrope #D64BFF
Tints of Heliotrope #D64BFF
RGB
CMYK
RGB Variations
Color information
#D64BFF (or 0xD64BFF) is known color: Heliotrope. HEX triplet: D6, 4B and FF. RGB value is (214,75,255). Sum of RGB (Red+Green+Blue) = 214+75+255=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #D64BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BFF is #29B400. Grayscale: #888888. Windows color (decimal): -2733057 or 16731094. OLE color: 16731094.
HSL color Cylindrical-coordinate representation of color #D64BFF: hue angle of 286.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D64BFF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 75 | 255 | - |
| CMYK | 0.16 | 0.71 | 0 | 0 |
| HSL | 286.33º | 1% | 0.65% | - |
| HSV(B) | 286.33º | 0.71% | 1% | - |
| XYZ | 48.3 | 26.55 | 97.19 | - |
| YUV | 137.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 255 | 0.16 | 0.71 | 0 | 0 | 286.33 | 1 | 0.65 |
| Hex | D6 | 4B | FF | 10 | 47 | 0 | 0 | 11E | 64 | 41 |
| Octal | 326 | 113 | 377 | 20 | 107 | 0 | 0 | 436 | 144 | 101 |
| Binary | 11010110 | 1001011 | 11111111 | 10000 | 1000111 | 0 | 0 | 100011110 | 1100100 | 1000001 |
Color Harmonies of #D64BFF
Complementary color
Monochromatic Colors of #D64BFF
Black with #D64BFF
Text Example
Text Example
White with #D64BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BFF; }
p { color: rgb(214,75,255); }
H1.HeaderClassName
{
color: #D64BFF;
}
.AnyTagClassName
{
color: #D64BFF;
}
</style>
background-color css
<style>
a { background-color: #D64BFF; }
a { background-color: rgb(214,75,255); }
div.DivClassName
{
background-color: #D64BFF;
}
.BgClassName
{
background-color: #D64BFF;
}
</style>
border-color css
<style>
span { border-color: #D64BFF; }
span { border-color: rgb(214,75,255); }
td.TdClassName
{
border-color: #D64BFF;
}
.TagClassName
{
border-color: #D64BFF;
}
</style>