Shades of Heliotrope #D35EFB
Tints of Heliotrope #D35EFB
RGB
CMYK
RGB Variations
Color information
#D35EFB (or 0xD35EFB) is known color: Heliotrope. HEX triplet: D3, 5E and FB. RGB value is (211,94,251). Sum of RGB (Red+Green+Blue) = 211+94+251=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 94 (37.11% from 255 or 16.91% 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 #D35EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35EFB is #2CA104. Grayscale: #929292. Windows color (decimal): -2924805 or 16473811. OLE color: 16473811.
HSL color Cylindrical-coordinate representation of color #D35EFB: hue angle of 284.71º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D35EFB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 94 | 251 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.02 |
| HSL | 284.71º | 0.95% | 0.68% | - |
| HSV(B) | 284.71º | 0.63% | 0.98% | - |
| XYZ | 48.28 | 28.82 | 94.28 | - |
| YUV | 146.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 251 | 0.16 | 0.63 | 0 | 0.02 | 284.71 | 0.95 | 0.68 |
| Hex | D3 | 5E | FB | 10 | 3F | 0 | 2 | 11D | 5F | 44 |
| Octal | 323 | 136 | 373 | 20 | 77 | 0 | 2 | 435 | 137 | 104 |
| Binary | 11010011 | 1011110 | 11111011 | 10000 | 111111 | 0 | 10 | 100011101 | 1011111 | 1000100 |
Color Harmonies of #D35EFB
Complementary color
Monochromatic Colors of #D35EFB
Black with #D35EFB
Text Example
Text Example
White with #D35EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EFB; }
p { color: rgb(211,94,251); }
H1.HeaderClassName
{
color: #D35EFB;
}
.AnyTagClassName
{
color: #D35EFB;
}
</style>
background-color css
<style>
a { background-color: #D35EFB; }
a { background-color: rgb(211,94,251); }
div.DivClassName
{
background-color: #D35EFB;
}
.BgClassName
{
background-color: #D35EFB;
}
</style>
border-color css
<style>
span { border-color: #D35EFB; }
span { border-color: rgb(211,94,251); }
td.TdClassName
{
border-color: #D35EFB;
}
.TagClassName
{
border-color: #D35EFB;
}
</style>