Shades of Heliotrope #D35FFC
Tints of Heliotrope #D35FFC
RGB
CMYK
RGB Variations
Color information
#D35FFC (or 0xD35FFC) is known color: Heliotrope. HEX triplet: D3, 5F and FC. RGB value is (211,95,252). Sum of RGB (Red+Green+Blue) = 211+95+252=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #D35FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FFC is #2CA003. Grayscale: #939393. Windows color (decimal): -2924548 or 16539603. OLE color: 16539603.
HSL color Cylindrical-coordinate representation of color #D35FFC: hue angle of 284.33º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35FFC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 95 | 252 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.01 |
| HSL | 284.33º | 0.96% | 0.68% | - |
| HSV(B) | 284.33º | 0.62% | 0.99% | - |
| XYZ | 48.53 | 29.06 | 95.15 | - |
| YUV | 147.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 95 | 252 | 0.16 | 0.62 | 0 | 0.01 | 284.33 | 0.96 | 0.68 |
| Hex | D3 | 5F | FC | 10 | 3E | 0 | 1 | 11C | 60 | 44 |
| Octal | 323 | 137 | 374 | 20 | 76 | 0 | 1 | 434 | 140 | 104 |
| Binary | 11010011 | 1011111 | 11111100 | 10000 | 111110 | 0 | 1 | 100011100 | 1100000 | 1000100 |
Color Harmonies of #D35FFC
Complementary color
Monochromatic Colors of #D35FFC
Black with #D35FFC
Text Example
Text Example
White with #D35FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35FFC; }
p { color: rgb(211,95,252); }
H1.HeaderClassName
{
color: #D35FFC;
}
.AnyTagClassName
{
color: #D35FFC;
}
</style>
background-color css
<style>
a { background-color: #D35FFC; }
a { background-color: rgb(211,95,252); }
div.DivClassName
{
background-color: #D35FFC;
}
.BgClassName
{
background-color: #D35FFC;
}
</style>
border-color css
<style>
span { border-color: #D35FFC; }
span { border-color: rgb(211,95,252); }
td.TdClassName
{
border-color: #D35FFC;
}
.TagClassName
{
border-color: #D35FFC;
}
</style>