Shades of Heliotrope #D390FF
Tints of Heliotrope #D390FF
RGB
CMYK
RGB Variations
Color information
#D390FF (or 0xD390FF) is known color: Heliotrope. HEX triplet: D3, 90 and FF. RGB value is (211,144,255). Sum of RGB (Red+Green+Blue) = 211+144+255=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D390FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390FF is #2C6F00. Grayscale: #B0B0B0. Windows color (decimal): -2912001 or 16748755. OLE color: 16748755.
HSL color Cylindrical-coordinate representation of color #D390FF: hue angle of 276.22º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D390FF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 144 | 255 | - |
| CMYK | 0.17 | 0.44 | 0 | 0 |
| HSL | 276.22º | 1% | 0.78% | - |
| HSV(B) | 276.22º | 0.44% | 1% | - |
| XYZ | 54.89 | 41.02 | 99.63 | - |
| YUV | 176.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 255 | 0.17 | 0.44 | 0 | 0 | 276.22 | 1 | 0.78 |
| Hex | D3 | 90 | FF | 11 | 2C | 0 | 0 | 114 | 64 | 4E |
| Octal | 323 | 220 | 377 | 21 | 54 | 0 | 0 | 424 | 144 | 116 |
| Binary | 11010011 | 10010000 | 11111111 | 10001 | 101100 | 0 | 0 | 100010100 | 1100100 | 1001110 |
Color Harmonies of #D390FF
Complementary color
Monochromatic Colors of #D390FF
Black with #D390FF
Text Example
Text Example
White with #D390FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390FF; }
p { color: rgb(211,144,255); }
H1.HeaderClassName
{
color: #D390FF;
}
.AnyTagClassName
{
color: #D390FF;
}
</style>
background-color css
<style>
a { background-color: #D390FF; }
a { background-color: rgb(211,144,255); }
div.DivClassName
{
background-color: #D390FF;
}
.BgClassName
{
background-color: #D390FF;
}
</style>
border-color css
<style>
span { border-color: #D390FF; }
span { border-color: rgb(211,144,255); }
td.TdClassName
{
border-color: #D390FF;
}
.TagClassName
{
border-color: #D390FF;
}
</style>