Shades of Heliotrope #D65BEF
Tints of Heliotrope #D65BEF
RGB
CMYK
RGB Variations
Color information
#D65BEF (or 0xD65BEF) is known color: Heliotrope. HEX triplet: D6, 5B and EF. RGB value is (214,91,239). Sum of RGB (Red+Green+Blue) = 214+91+239=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #D65BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BEF is #29A410. Grayscale: #909090. Windows color (decimal): -2728977 or 15686614. OLE color: 15686614.
HSL color Cylindrical-coordinate representation of color #D65BEF: hue angle of 289.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65BEF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 91 | 239 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.06 |
| HSL | 289.86º | 0.82% | 0.65% | - |
| HSV(B) | 289.86º | 0.62% | 0.94% | - |
| XYZ | 47.05 | 28.01 | 84.59 | - |
| YUV | 144.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 239 | 0.10 | 0.62 | 0 | 0.06 | 289.86 | 0.82 | 0.65 |
| Hex | D6 | 5B | EF | A | 3E | 0 | 6 | 122 | 52 | 41 |
| Octal | 326 | 133 | 357 | 12 | 76 | 0 | 6 | 442 | 122 | 101 |
| Binary | 11010110 | 1011011 | 11101111 | 1010 | 111110 | 0 | 110 | 100100010 | 1010010 | 1000001 |
Color Harmonies of #D65BEF
Complementary color
Monochromatic Colors of #D65BEF
Black with #D65BEF
Text Example
Text Example
White with #D65BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BEF; }
p { color: rgb(214,91,239); }
H1.HeaderClassName
{
color: #D65BEF;
}
.AnyTagClassName
{
color: #D65BEF;
}
</style>
background-color css
<style>
a { background-color: #D65BEF; }
a { background-color: rgb(214,91,239); }
div.DivClassName
{
background-color: #D65BEF;
}
.BgClassName
{
background-color: #D65BEF;
}
</style>
border-color css
<style>
span { border-color: #D65BEF; }
span { border-color: rgb(214,91,239); }
td.TdClassName
{
border-color: #D65BEF;
}
.TagClassName
{
border-color: #D65BEF;
}
</style>