Shades of Heliotrope #D474EE
Tints of Heliotrope #D474EE
RGB
CMYK
RGB Variations
Color information
#D474EE (or 0xD474EE) is known color: Heliotrope. HEX triplet: D4, 74 and EE. RGB value is (212,116,238). Sum of RGB (Red+Green+Blue) = 212+116+238=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #D474EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474EE is #2B8B11. Grayscale: #9E9E9E. Windows color (decimal): -2853650 or 15627476. OLE color: 15627476.
HSL color Cylindrical-coordinate representation of color #D474EE: hue angle of 287.21º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D474EE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 116 | 238 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.07 |
| HSL | 287.21º | 0.78% | 0.69% | - |
| HSV(B) | 287.21º | 0.51% | 0.93% | - |
| XYZ | 48.83 | 32.66 | 84.62 | - |
| YUV | 158.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 238 | 0.11 | 0.51 | 0 | 0.07 | 287.21 | 0.78 | 0.69 |
| Hex | D4 | 74 | EE | B | 33 | 0 | 7 | 11F | 4E | 45 |
| Octal | 324 | 164 | 356 | 13 | 63 | 0 | 7 | 437 | 116 | 105 |
| Binary | 11010100 | 1110100 | 11101110 | 1011 | 110011 | 0 | 111 | 100011111 | 1001110 | 1000101 |
Color Harmonies of #D474EE
Complementary color
Monochromatic Colors of #D474EE
Black with #D474EE
Text Example
Text Example
White with #D474EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D474EE; }
p { color: rgb(212,116,238); }
H1.HeaderClassName
{
color: #D474EE;
}
.AnyTagClassName
{
color: #D474EE;
}
</style>
background-color css
<style>
a { background-color: #D474EE; }
a { background-color: rgb(212,116,238); }
div.DivClassName
{
background-color: #D474EE;
}
.BgClassName
{
background-color: #D474EE;
}
</style>
border-color css
<style>
span { border-color: #D474EE; }
span { border-color: rgb(212,116,238); }
td.TdClassName
{
border-color: #D474EE;
}
.TagClassName
{
border-color: #D474EE;
}
</style>