Shades of Heliotrope #D64FFB
Tints of Heliotrope #D64FFB
RGB
CMYK
RGB Variations
Color information
#D64FFB (or 0xD64FFB) is known color: Heliotrope. HEX triplet: D6, 4F and FB. RGB value is (214,79,251). Sum of RGB (Red+Green+Blue) = 214+79+251=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 79 (31.25% from 255 or 14.52% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #D64FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64FFB is #29B004. Grayscale: #8A8A8A. Windows color (decimal): -2732037 or 16469974. OLE color: 16469974.
HSL color Cylindrical-coordinate representation of color #D64FFB: hue angle of 287.09º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64FFB is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 79 | 251 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.02 |
| HSL | 287.09º | 0.96% | 0.65% | - |
| HSV(B) | 287.09º | 0.69% | 0.98% | - |
| XYZ | 47.94 | 26.85 | 93.92 | - |
| YUV | 138.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 251 | 0.15 | 0.69 | 0 | 0.02 | 287.09 | 0.96 | 0.65 |
| Hex | D6 | 4F | FB | F | 45 | 0 | 2 | 11F | 60 | 41 |
| Octal | 326 | 117 | 373 | 17 | 105 | 0 | 2 | 437 | 140 | 101 |
| Binary | 11010110 | 1001111 | 11111011 | 1111 | 1000101 | 0 | 10 | 100011111 | 1100000 | 1000001 |
Color Harmonies of #D64FFB
Complementary color
Monochromatic Colors of #D64FFB
Black with #D64FFB
Text Example
Text Example
White with #D64FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FFB; }
p { color: rgb(214,79,251); }
H1.HeaderClassName
{
color: #D64FFB;
}
.AnyTagClassName
{
color: #D64FFB;
}
</style>
background-color css
<style>
a { background-color: #D64FFB; }
a { background-color: rgb(214,79,251); }
div.DivClassName
{
background-color: #D64FFB;
}
.BgClassName
{
background-color: #D64FFB;
}
</style>
border-color css
<style>
span { border-color: #D64FFB; }
span { border-color: rgb(214,79,251); }
td.TdClassName
{
border-color: #D64FFB;
}
.TagClassName
{
border-color: #D64FFB;
}
</style>