Shades of Heliotrope #D35FED
Tints of Heliotrope #D35FED
RGB
CMYK
RGB Variations
Color information
#D35FED (or 0xD35FED) is known color: Heliotrope. HEX triplet: D3, 5F and ED. RGB value is (211,95,237). Sum of RGB (Red+Green+Blue) = 211+95+237=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #D35FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FED is #2CA012. Grayscale: #919191. Windows color (decimal): -2924563 or 15556563. OLE color: 15556563.
HSL color Cylindrical-coordinate representation of color #D35FED: hue angle of 289.01º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35FED is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 95 | 237 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.07 |
| HSL | 289.01º | 0.8% | 0.65% | - |
| HSV(B) | 289.01º | 0.6% | 0.93% | - |
| XYZ | 46.24 | 28.15 | 83.12 | - |
| YUV | 145.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 237 | 0.11 | 0.60 | 0 | 0.07 | 289.01 | 0.8 | 0.65 |
| Hex | D3 | 5F | ED | B | 3C | 0 | 7 | 121 | 50 | 41 |
| Octal | 323 | 137 | 355 | 13 | 74 | 0 | 7 | 441 | 120 | 101 |
| Binary | 11010011 | 1011111 | 11101101 | 1011 | 111100 | 0 | 111 | 100100001 | 1010000 | 1000001 |
Color Harmonies of #D35FED
Complementary color
Monochromatic Colors of #D35FED
Black with #D35FED
Text Example
Text Example
White with #D35FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35FED; }
p { color: rgb(211,95,237); }
H1.HeaderClassName
{
color: #D35FED;
}
.AnyTagClassName
{
color: #D35FED;
}
</style>
background-color css
<style>
a { background-color: #D35FED; }
a { background-color: rgb(211,95,237); }
div.DivClassName
{
background-color: #D35FED;
}
.BgClassName
{
background-color: #D35FED;
}
</style>
border-color css
<style>
span { border-color: #D35FED; }
span { border-color: rgb(211,95,237); }
td.TdClassName
{
border-color: #D35FED;
}
.TagClassName
{
border-color: #D35FED;
}
</style>