Shades of Heliotrope #D65DFB
Tints of Heliotrope #D65DFB
RGB
CMYK
RGB Variations
Color information
#D65DFB (or 0xD65DFB) is known color: Heliotrope. HEX triplet: D6, 5D and FB. RGB value is (214,93,251). Sum of RGB (Red+Green+Blue) = 214+93+251=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #D65DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DFB is #29A204. Grayscale: #929292. Windows color (decimal): -2728453 or 16473558. OLE color: 16473558.
HSL color Cylindrical-coordinate representation of color #D65DFB: hue angle of 285.95º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65DFB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 93 | 251 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.02 |
| HSL | 285.95º | 0.95% | 0.67% | - |
| HSV(B) | 285.95º | 0.63% | 0.98% | - |
| XYZ | 49.06 | 29.09 | 94.3 | - |
| YUV | 147.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 251 | 0.15 | 0.63 | 0 | 0.02 | 285.95 | 0.95 | 0.67 |
| Hex | D6 | 5D | FB | F | 3F | 0 | 2 | 11E | 5F | 43 |
| Octal | 326 | 135 | 373 | 17 | 77 | 0 | 2 | 436 | 137 | 103 |
| Binary | 11010110 | 1011101 | 11111011 | 1111 | 111111 | 0 | 10 | 100011110 | 1011111 | 1000011 |
Color Harmonies of #D65DFB
Complementary color
Monochromatic Colors of #D65DFB
Black with #D65DFB
Text Example
Text Example
White with #D65DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DFB; }
p { color: rgb(214,93,251); }
H1.HeaderClassName
{
color: #D65DFB;
}
.AnyTagClassName
{
color: #D65DFB;
}
</style>
background-color css
<style>
a { background-color: #D65DFB; }
a { background-color: rgb(214,93,251); }
div.DivClassName
{
background-color: #D65DFB;
}
.BgClassName
{
background-color: #D65DFB;
}
</style>
border-color css
<style>
span { border-color: #D65DFB; }
span { border-color: rgb(214,93,251); }
td.TdClassName
{
border-color: #D65DFB;
}
.TagClassName
{
border-color: #D65DFB;
}
</style>