Shades of Heliotrope #D35FFF
Tints of Heliotrope #D35FFF
RGB
CMYK
RGB Variations
Color information
#D35FFF (or 0xD35FFF) is known color: Heliotrope. HEX triplet: D3, 5F and FF. RGB value is (211,95,255). Sum of RGB (Red+Green+Blue) = 211+95+255=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D35FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FFF is #2CA000. Grayscale: #939393. Windows color (decimal): -2924545 or 16736211. OLE color: 16736211.
HSL color Cylindrical-coordinate representation of color #D35FFF: hue angle of 283.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D35FFF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 95 | 255 | - |
| CMYK | 0.17 | 0.63 | 0 | 0 |
| HSL | 283.5º | 1% | 0.69% | - |
| HSV(B) | 283.5º | 0.63% | 1% | - |
| XYZ | 49.01 | 29.25 | 97.67 | - |
| YUV | 147.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 255 | 0.17 | 0.63 | 0 | 0 | 283.5 | 1 | 0.69 |
| Hex | D3 | 5F | FF | 11 | 3F | 0 | 0 | 11C | 64 | 45 |
| Octal | 323 | 137 | 377 | 21 | 77 | 0 | 0 | 434 | 144 | 105 |
| Binary | 11010011 | 1011111 | 11111111 | 10001 | 111111 | 0 | 0 | 100011100 | 1100100 | 1000101 |
Color Harmonies of #D35FFF
Complementary color
Monochromatic Colors of #D35FFF
Black with #D35FFF
Text Example
Text Example
White with #D35FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35FFF; }
p { color: rgb(211,95,255); }
H1.HeaderClassName
{
color: #D35FFF;
}
.AnyTagClassName
{
color: #D35FFF;
}
</style>
background-color css
<style>
a { background-color: #D35FFF; }
a { background-color: rgb(211,95,255); }
div.DivClassName
{
background-color: #D35FFF;
}
.BgClassName
{
background-color: #D35FFF;
}
</style>
border-color css
<style>
span { border-color: #D35FFF; }
span { border-color: rgb(211,95,255); }
td.TdClassName
{
border-color: #D35FFF;
}
.TagClassName
{
border-color: #D35FFF;
}
</style>