Shades of Heliotrope #D466F3
Tints of Heliotrope #D466F3
RGB
CMYK
RGB Variations
Color information
#D466F3 (or 0xD466F3) is known color: Heliotrope. HEX triplet: D4, 66 and F3. RGB value is (212,102,243). Sum of RGB (Red+Green+Blue) = 212+102+243=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #D466F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466F3 is #2B990C. Grayscale: #969696. Windows color (decimal): -2857229 or 15951572. OLE color: 15951572.
HSL color Cylindrical-coordinate representation of color #D466F3: hue angle of 286.81º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D466F3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 102 | 243 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.05 |
| HSL | 286.81º | 0.85% | 0.68% | - |
| HSV(B) | 286.81º | 0.58% | 0.95% | - |
| XYZ | 48.08 | 29.97 | 88.04 | - |
| YUV | 150.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 243 | 0.13 | 0.58 | 0 | 0.05 | 286.81 | 0.85 | 0.68 |
| Hex | D4 | 66 | F3 | D | 3A | 0 | 5 | 11F | 55 | 44 |
| Octal | 324 | 146 | 363 | 15 | 72 | 0 | 5 | 437 | 125 | 104 |
| Binary | 11010100 | 1100110 | 11110011 | 1101 | 111010 | 0 | 101 | 100011111 | 1010101 | 1000100 |
Color Harmonies of #D466F3
Complementary color
Monochromatic Colors of #D466F3
Black with #D466F3
Text Example
Text Example
White with #D466F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466F3; }
p { color: rgb(212,102,243); }
H1.HeaderClassName
{
color: #D466F3;
}
.AnyTagClassName
{
color: #D466F3;
}
</style>
background-color css
<style>
a { background-color: #D466F3; }
a { background-color: rgb(212,102,243); }
div.DivClassName
{
background-color: #D466F3;
}
.BgClassName
{
background-color: #D466F3;
}
</style>
border-color css
<style>
span { border-color: #D466F3; }
span { border-color: rgb(212,102,243); }
td.TdClassName
{
border-color: #D466F3;
}
.TagClassName
{
border-color: #D466F3;
}
</style>