Shades of Heliotrope #D64AFB
Tints of Heliotrope #D64AFB
RGB
CMYK
RGB Variations
Color information
#D64AFB (or 0xD64AFB) is known color: Heliotrope. HEX triplet: D6, 4A and FB. RGB value is (214,74,251). Sum of RGB (Red+Green+Blue) = 214+74+251=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #D64AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64AFB is #29B504. Grayscale: #878787. Windows color (decimal): -2733317 or 16468694. OLE color: 16468694.
HSL color Cylindrical-coordinate representation of color #D64AFB: hue angle of 287.46º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D64AFB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 74 | 251 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.02 |
| HSL | 287.46º | 0.96% | 0.64% | - |
| HSV(B) | 287.46º | 0.71% | 0.98% | - |
| XYZ | 47.59 | 26.16 | 93.81 | - |
| YUV | 136.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 251 | 0.15 | 0.71 | 0 | 0.02 | 287.46 | 0.96 | 0.64 |
| Hex | D6 | 4A | FB | F | 47 | 0 | 2 | 11F | 60 | 40 |
| Octal | 326 | 112 | 373 | 17 | 107 | 0 | 2 | 437 | 140 | 100 |
| Binary | 11010110 | 1001010 | 11111011 | 1111 | 1000111 | 0 | 10 | 100011111 | 1100000 | 1000000 |
Color Harmonies of #D64AFB
Complementary color
Monochromatic Colors of #D64AFB
Black with #D64AFB
Text Example
Text Example
White with #D64AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AFB; }
p { color: rgb(214,74,251); }
H1.HeaderClassName
{
color: #D64AFB;
}
.AnyTagClassName
{
color: #D64AFB;
}
</style>
background-color css
<style>
a { background-color: #D64AFB; }
a { background-color: rgb(214,74,251); }
div.DivClassName
{
background-color: #D64AFB;
}
.BgClassName
{
background-color: #D64AFB;
}
</style>
border-color css
<style>
span { border-color: #D64AFB; }
span { border-color: rgb(214,74,251); }
td.TdClassName
{
border-color: #D64AFB;
}
.TagClassName
{
border-color: #D64AFB;
}
</style>