Shades of Heliotrope #D468FA
Tints of Heliotrope #D468FA
RGB
CMYK
RGB Variations
Color information
#D468FA (or 0xD468FA) is known color: Heliotrope. HEX triplet: D4, 68 and FA. RGB value is (212,104,250). Sum of RGB (Red+Green+Blue) = 212+104+250=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #D468FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D468FA is #2B9705. Grayscale: #989898. Windows color (decimal): -2856710 or 16410836. OLE color: 16410836.
HSL color Cylindrical-coordinate representation of color #D468FA: hue angle of 284.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D468FA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 104 | 250 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.02 |
| HSL | 284.38º | 0.94% | 0.69% | - |
| HSV(B) | 284.38º | 0.58% | 0.98% | - |
| XYZ | 49.36 | 30.8 | 93.79 | - |
| YUV | 152.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 250 | 0.15 | 0.58 | 0 | 0.02 | 284.38 | 0.94 | 0.69 |
| Hex | D4 | 68 | FA | F | 3A | 0 | 2 | 11C | 5E | 45 |
| Octal | 324 | 150 | 372 | 17 | 72 | 0 | 2 | 434 | 136 | 105 |
| Binary | 11010100 | 1101000 | 11111010 | 1111 | 111010 | 0 | 10 | 100011100 | 1011110 | 1000101 |
Color Harmonies of #D468FA
Complementary color
Monochromatic Colors of #D468FA
Black with #D468FA
Text Example
Text Example
White with #D468FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468FA; }
p { color: rgb(212,104,250); }
H1.HeaderClassName
{
color: #D468FA;
}
.AnyTagClassName
{
color: #D468FA;
}
</style>
background-color css
<style>
a { background-color: #D468FA; }
a { background-color: rgb(212,104,250); }
div.DivClassName
{
background-color: #D468FA;
}
.BgClassName
{
background-color: #D468FA;
}
</style>
border-color css
<style>
span { border-color: #D468FA; }
span { border-color: rgb(212,104,250); }
td.TdClassName
{
border-color: #D468FA;
}
.TagClassName
{
border-color: #D468FA;
}
</style>