Shades of Heliotrope #D390FC
Tints of Heliotrope #D390FC
RGB
CMYK
RGB Variations
Color information
#D390FC (or 0xD390FC) is known color: Heliotrope. HEX triplet: D3, 90 and FC. RGB value is (211,144,252). Sum of RGB (Red+Green+Blue) = 211+144+252=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #D390FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390FC is #2C6F03. Grayscale: #AFAFAF. Windows color (decimal): -2912004 or 16552147. OLE color: 16552147.
HSL color Cylindrical-coordinate representation of color #D390FC: hue angle of 277.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D390FC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 144 | 252 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.01 |
| HSL | 277.22º | 0.95% | 0.78% | - |
| HSV(B) | 277.22º | 0.43% | 0.99% | - |
| XYZ | 54.41 | 40.82 | 97.11 | - |
| YUV | 176.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 252 | 0.16 | 0.43 | 0 | 0.01 | 277.22 | 0.95 | 0.78 |
| Hex | D3 | 90 | FC | 10 | 2B | 0 | 1 | 115 | 5F | 4E |
| Octal | 323 | 220 | 374 | 20 | 53 | 0 | 1 | 425 | 137 | 116 |
| Binary | 11010011 | 10010000 | 11111100 | 10000 | 101011 | 0 | 1 | 100010101 | 1011111 | 1001110 |
Color Harmonies of #D390FC
Complementary color
Monochromatic Colors of #D390FC
Black with #D390FC
Text Example
Text Example
White with #D390FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390FC; }
p { color: rgb(211,144,252); }
H1.HeaderClassName
{
color: #D390FC;
}
.AnyTagClassName
{
color: #D390FC;
}
</style>
background-color css
<style>
a { background-color: #D390FC; }
a { background-color: rgb(211,144,252); }
div.DivClassName
{
background-color: #D390FC;
}
.BgClassName
{
background-color: #D390FC;
}
</style>
border-color css
<style>
span { border-color: #D390FC; }
span { border-color: rgb(211,144,252); }
td.TdClassName
{
border-color: #D390FC;
}
.TagClassName
{
border-color: #D390FC;
}
</style>