Shades of Heliotrope #D65BF0
Tints of Heliotrope #D65BF0
RGB
CMYK
RGB Variations
Color information
#D65BF0 (or 0xD65BF0) is known color: Heliotrope. HEX triplet: D6, 5B and F0. RGB value is (214,91,240). Sum of RGB (Red+Green+Blue) = 214+91+240=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #D65BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BF0 is #29A40F. Grayscale: #909090. Windows color (decimal): -2728976 or 15752150. OLE color: 15752150.
HSL color Cylindrical-coordinate representation of color #D65BF0: hue angle of 289.53º degrees, saturation: 0.83, 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 #D65BF0 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 91 | 240 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.06 |
| HSL | 289.53º | 0.83% | 0.65% | - |
| HSV(B) | 289.53º | 0.62% | 0.94% | - |
| XYZ | 47.2 | 28.07 | 85.37 | - |
| YUV | 144.76 | 181.75 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 240 | 0.11 | 0.62 | 0 | 0.06 | 289.53 | 0.83 | 0.65 |
| Hex | D6 | 5B | F0 | B | 3E | 0 | 6 | 122 | 53 | 41 |
| Octal | 326 | 133 | 360 | 13 | 76 | 0 | 6 | 442 | 123 | 101 |
| Binary | 11010110 | 1011011 | 11110000 | 1011 | 111110 | 0 | 110 | 100100010 | 1010011 | 1000001 |
Color Harmonies of #D65BF0
Complementary color
Monochromatic Colors of #D65BF0
Black with #D65BF0
Text Example
Text Example
White with #D65BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BF0; }
p { color: rgb(214,91,240); }
H1.HeaderClassName
{
color: #D65BF0;
}
.AnyTagClassName
{
color: #D65BF0;
}
</style>
background-color css
<style>
a { background-color: #D65BF0; }
a { background-color: rgb(214,91,240); }
div.DivClassName
{
background-color: #D65BF0;
}
.BgClassName
{
background-color: #D65BF0;
}
</style>
border-color css
<style>
span { border-color: #D65BF0; }
span { border-color: rgb(214,91,240); }
td.TdClassName
{
border-color: #D65BF0;
}
.TagClassName
{
border-color: #D65BF0;
}
</style>