Shades of Heliotrope #D65BFB
Tints of Heliotrope #D65BFB
RGB
CMYK
RGB Variations
Color information
#D65BFB (or 0xD65BFB) is known color: Heliotrope. HEX triplet: D6, 5B and FB. RGB value is (214,91,251). Sum of RGB (Red+Green+Blue) = 214+91+251=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #D65BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BFB is #29A404. Grayscale: #919191. Windows color (decimal): -2728965 or 16473046. OLE color: 16473046.
HSL color Cylindrical-coordinate representation of color #D65BFB: hue angle of 286.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65BFB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 91 | 251 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.02 |
| HSL | 286.13º | 0.95% | 0.67% | - |
| HSV(B) | 286.13º | 0.64% | 0.98% | - |
| XYZ | 48.89 | 28.74 | 94.24 | - |
| YUV | 146.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 251 | 0.15 | 0.64 | 0 | 0.02 | 286.13 | 0.95 | 0.67 |
| Hex | D6 | 5B | FB | F | 40 | 0 | 2 | 11E | 5F | 43 |
| Octal | 326 | 133 | 373 | 17 | 100 | 0 | 2 | 436 | 137 | 103 |
| Binary | 11010110 | 1011011 | 11111011 | 1111 | 1000000 | 0 | 10 | 100011110 | 1011111 | 1000011 |
Color Harmonies of #D65BFB
Complementary color
Monochromatic Colors of #D65BFB
Black with #D65BFB
Text Example
Text Example
White with #D65BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BFB; }
p { color: rgb(214,91,251); }
H1.HeaderClassName
{
color: #D65BFB;
}
.AnyTagClassName
{
color: #D65BFB;
}
</style>
background-color css
<style>
a { background-color: #D65BFB; }
a { background-color: rgb(214,91,251); }
div.DivClassName
{
background-color: #D65BFB;
}
.BgClassName
{
background-color: #D65BFB;
}
</style>
border-color css
<style>
span { border-color: #D65BFB; }
span { border-color: rgb(214,91,251); }
td.TdClassName
{
border-color: #D65BFB;
}
.TagClassName
{
border-color: #D65BFB;
}
</style>