Shades of Heliotrope #D874EE
Tints of Heliotrope #D874EE
RGB
CMYK
RGB Variations
Color information
#D874EE (or 0xD874EE) is known color: Heliotrope. HEX triplet: D8, 74 and EE. RGB value is (216,116,238). Sum of RGB (Red+Green+Blue) = 216+116+238=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #D874EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D874EE is #278B11. Grayscale: #9F9F9F. Windows color (decimal): -2591506 or 15627480. OLE color: 15627480.
HSL color Cylindrical-coordinate representation of color #D874EE: hue angle of 289.18º 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 #D874EE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 116 | 238 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.07 |
| HSL | 289.18º | 0.78% | 0.69% | - |
| HSV(B) | 289.18º | 0.51% | 0.93% | - |
| XYZ | 50 | 33.26 | 84.67 | - |
| YUV | 159.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 238 | 0.09 | 0.51 | 0 | 0.07 | 289.18 | 0.78 | 0.69 |
| Hex | D8 | 74 | EE | 9 | 33 | 0 | 7 | 121 | 4E | 45 |
| Octal | 330 | 164 | 356 | 11 | 63 | 0 | 7 | 441 | 116 | 105 |
| Binary | 11011000 | 1110100 | 11101110 | 1001 | 110011 | 0 | 111 | 100100001 | 1001110 | 1000101 |
Color Harmonies of #D874EE
Complementary color
Monochromatic Colors of #D874EE
Black with #D874EE
Text Example
Text Example
White with #D874EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874EE; }
p { color: rgb(216,116,238); }
H1.HeaderClassName
{
color: #D874EE;
}
.AnyTagClassName
{
color: #D874EE;
}
</style>
background-color css
<style>
a { background-color: #D874EE; }
a { background-color: rgb(216,116,238); }
div.DivClassName
{
background-color: #D874EE;
}
.BgClassName
{
background-color: #D874EE;
}
</style>
border-color css
<style>
span { border-color: #D874EE; }
span { border-color: rgb(216,116,238); }
td.TdClassName
{
border-color: #D874EE;
}
.TagClassName
{
border-color: #D874EE;
}
</style>