Shades of Heliotrope #D484F6
Tints of Heliotrope #D484F6
RGB
CMYK
RGB Variations
Color information
#D484F6 (or 0xD484F6) is known color: Heliotrope. HEX triplet: D4, 84 and F6. RGB value is (212,132,246). Sum of RGB (Red+Green+Blue) = 212+132+246=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #D484F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484F6 is #2B7B09. Grayscale: #A8A8A8. Windows color (decimal): -2849546 or 16155860. OLE color: 16155860.
HSL color Cylindrical-coordinate representation of color #D484F6: hue angle of 282.11º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D484F6 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 132 | 246 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.04 |
| HSL | 282.11º | 0.86% | 0.74% | - |
| HSV(B) | 282.11º | 0.46% | 0.96% | - |
| XYZ | 52.04 | 37.15 | 91.62 | - |
| YUV | 168.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 246 | 0.14 | 0.46 | 0 | 0.04 | 282.11 | 0.86 | 0.74 |
| Hex | D4 | 84 | F6 | E | 2E | 0 | 4 | 11A | 56 | 4A |
| Octal | 324 | 204 | 366 | 16 | 56 | 0 | 4 | 432 | 126 | 112 |
| Binary | 11010100 | 10000100 | 11110110 | 1110 | 101110 | 0 | 100 | 100011010 | 1010110 | 1001010 |
Color Harmonies of #D484F6
Complementary color
Monochromatic Colors of #D484F6
Black with #D484F6
Text Example
Text Example
White with #D484F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484F6; }
p { color: rgb(212,132,246); }
H1.HeaderClassName
{
color: #D484F6;
}
.AnyTagClassName
{
color: #D484F6;
}
</style>
background-color css
<style>
a { background-color: #D484F6; }
a { background-color: rgb(212,132,246); }
div.DivClassName
{
background-color: #D484F6;
}
.BgClassName
{
background-color: #D484F6;
}
</style>
border-color css
<style>
span { border-color: #D484F6; }
span { border-color: rgb(212,132,246); }
td.TdClassName
{
border-color: #D484F6;
}
.TagClassName
{
border-color: #D484F6;
}
</style>