Shades of Heliotrope #D65BF2
Tints of Heliotrope #D65BF2
RGB
CMYK
RGB Variations
Color information
#D65BF2 (or 0xD65BF2) is known color: Heliotrope. HEX triplet: D6, 5B and F2. RGB value is (214,91,242). Sum of RGB (Red+Green+Blue) = 214+91+242=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #D65BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BF2 is #29A40D. Grayscale: #909090. Windows color (decimal): -2728974 or 15883222. OLE color: 15883222.
HSL color Cylindrical-coordinate representation of color #D65BF2: hue angle of 288.87º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65BF2 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 91 | 242 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.05 |
| HSL | 288.87º | 0.85% | 0.65% | - |
| HSV(B) | 288.87º | 0.62% | 0.95% | - |
| XYZ | 47.5 | 28.19 | 86.94 | - |
| YUV | 144.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 242 | 0.12 | 0.62 | 0 | 0.05 | 288.87 | 0.85 | 0.65 |
| Hex | D6 | 5B | F2 | C | 3E | 0 | 5 | 121 | 55 | 41 |
| Octal | 326 | 133 | 362 | 14 | 76 | 0 | 5 | 441 | 125 | 101 |
| Binary | 11010110 | 1011011 | 11110010 | 1100 | 111110 | 0 | 101 | 100100001 | 1010101 | 1000001 |
Color Harmonies of #D65BF2
Complementary color
Monochromatic Colors of #D65BF2
Black with #D65BF2
Text Example
Text Example
White with #D65BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BF2; }
p { color: rgb(214,91,242); }
H1.HeaderClassName
{
color: #D65BF2;
}
.AnyTagClassName
{
color: #D65BF2;
}
</style>
background-color css
<style>
a { background-color: #D65BF2; }
a { background-color: rgb(214,91,242); }
div.DivClassName
{
background-color: #D65BF2;
}
.BgClassName
{
background-color: #D65BF2;
}
</style>
border-color css
<style>
span { border-color: #D65BF2; }
span { border-color: rgb(214,91,242); }
td.TdClassName
{
border-color: #D65BF2;
}
.TagClassName
{
border-color: #D65BF2;
}
</style>