Shades of Heliotrope #D466F4
Tints of Heliotrope #D466F4
RGB
CMYK
RGB Variations
Color information
#D466F4 (or 0xD466F4) is known color: Heliotrope. HEX triplet: D4, 66 and F4. RGB value is (212,102,244). Sum of RGB (Red+Green+Blue) = 212+102+244=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #D466F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466F4 is #2B990B. Grayscale: #969696. Windows color (decimal): -2857228 or 16017108. OLE color: 16017108.
HSL color Cylindrical-coordinate representation of color #D466F4: hue angle of 286.48º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D466F4 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 102 | 244 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.04 |
| HSL | 286.48º | 0.87% | 0.68% | - |
| HSV(B) | 286.48º | 0.58% | 0.96% | - |
| XYZ | 48.23 | 30.03 | 88.84 | - |
| YUV | 151.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 244 | 0.13 | 0.58 | 0 | 0.04 | 286.48 | 0.87 | 0.68 |
| Hex | D4 | 66 | F4 | D | 3A | 0 | 4 | 11E | 57 | 44 |
| Octal | 324 | 146 | 364 | 15 | 72 | 0 | 4 | 436 | 127 | 104 |
| Binary | 11010100 | 1100110 | 11110100 | 1101 | 111010 | 0 | 100 | 100011110 | 1010111 | 1000100 |
Color Harmonies of #D466F4
Complementary color
Monochromatic Colors of #D466F4
Black with #D466F4
Text Example
Text Example
White with #D466F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466F4; }
p { color: rgb(212,102,244); }
H1.HeaderClassName
{
color: #D466F4;
}
.AnyTagClassName
{
color: #D466F4;
}
</style>
background-color css
<style>
a { background-color: #D466F4; }
a { background-color: rgb(212,102,244); }
div.DivClassName
{
background-color: #D466F4;
}
.BgClassName
{
background-color: #D466F4;
}
</style>
border-color css
<style>
span { border-color: #D466F4; }
span { border-color: rgb(212,102,244); }
td.TdClassName
{
border-color: #D466F4;
}
.TagClassName
{
border-color: #D466F4;
}
</style>