Shades of Heliotrope #D478F4
Tints of Heliotrope #D478F4
RGB
CMYK
RGB Variations
Color information
#D478F4 (or 0xD478F4) is known color: Heliotrope. HEX triplet: D4, 78 and F4. RGB value is (212,120,244). Sum of RGB (Red+Green+Blue) = 212+120+244=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #D478F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478F4 is #2B870B. Grayscale: #A1A1A1. Windows color (decimal): -2852620 or 16021716. OLE color: 16021716.
HSL color Cylindrical-coordinate representation of color #D478F4: hue angle of 284.52º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D478F4 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 120 | 244 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.04 |
| HSL | 284.52º | 0.85% | 0.71% | - |
| HSV(B) | 284.52º | 0.51% | 0.96% | - |
| XYZ | 50.2 | 33.96 | 89.5 | - |
| YUV | 161.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 244 | 0.13 | 0.51 | 0 | 0.04 | 284.52 | 0.85 | 0.71 |
| Hex | D4 | 78 | F4 | D | 33 | 0 | 4 | 11D | 55 | 47 |
| Octal | 324 | 170 | 364 | 15 | 63 | 0 | 4 | 435 | 125 | 107 |
| Binary | 11010100 | 1111000 | 11110100 | 1101 | 110011 | 0 | 100 | 100011101 | 1010101 | 1000111 |
Color Harmonies of #D478F4
Complementary color
Monochromatic Colors of #D478F4
Black with #D478F4
Text Example
Text Example
White with #D478F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478F4; }
p { color: rgb(212,120,244); }
H1.HeaderClassName
{
color: #D478F4;
}
.AnyTagClassName
{
color: #D478F4;
}
</style>
background-color css
<style>
a { background-color: #D478F4; }
a { background-color: rgb(212,120,244); }
div.DivClassName
{
background-color: #D478F4;
}
.BgClassName
{
background-color: #D478F4;
}
</style>
border-color css
<style>
span { border-color: #D478F4; }
span { border-color: rgb(212,120,244); }
td.TdClassName
{
border-color: #D478F4;
}
.TagClassName
{
border-color: #D478F4;
}
</style>