Shades of Heliotrope #D874ED
Tints of Heliotrope #D874ED
RGB
CMYK
RGB Variations
Color information
#D874ED (or 0xD874ED) is known color: Heliotrope. HEX triplet: D8, 74 and ED. RGB value is (216,116,237). Sum of RGB (Red+Green+Blue) = 216+116+237=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #D874ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D874ED is #278B12. Grayscale: #9F9F9F. Windows color (decimal): -2591507 or 15561944. OLE color: 15561944.
HSL color Cylindrical-coordinate representation of color #D874ED: hue angle of 289.59º degrees, saturation: 0.77, 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 #D874ED is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 116 | 237 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.07 |
| HSL | 289.59º | 0.77% | 0.69% | - |
| HSV(B) | 289.59º | 0.51% | 0.93% | - |
| XYZ | 49.85 | 33.2 | 83.9 | - |
| YUV | 159.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 237 | 0.09 | 0.51 | 0 | 0.07 | 289.59 | 0.77 | 0.69 |
| Hex | D8 | 74 | ED | 9 | 33 | 0 | 7 | 122 | 4D | 45 |
| Octal | 330 | 164 | 355 | 11 | 63 | 0 | 7 | 442 | 115 | 105 |
| Binary | 11011000 | 1110100 | 11101101 | 1001 | 110011 | 0 | 111 | 100100010 | 1001101 | 1000101 |
Color Harmonies of #D874ED
Complementary color
Monochromatic Colors of #D874ED
Black with #D874ED
Text Example
Text Example
White with #D874ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874ED; }
p { color: rgb(216,116,237); }
H1.HeaderClassName
{
color: #D874ED;
}
.AnyTagClassName
{
color: #D874ED;
}
</style>
background-color css
<style>
a { background-color: #D874ED; }
a { background-color: rgb(216,116,237); }
div.DivClassName
{
background-color: #D874ED;
}
.BgClassName
{
background-color: #D874ED;
}
</style>
border-color css
<style>
span { border-color: #D874ED; }
span { border-color: rgb(216,116,237); }
td.TdClassName
{
border-color: #D874ED;
}
.TagClassName
{
border-color: #D874ED;
}
</style>