Shades of Heliotrope #D874F9
Tints of Heliotrope #D874F9
RGB
CMYK
RGB Variations
Color information
#D874F9 (or 0xD874F9) is known color: Heliotrope. HEX triplet: D8, 74 and F9. RGB value is (216,116,249). Sum of RGB (Red+Green+Blue) = 216+116+249=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #D874F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D874F9 is #278B06. Grayscale: #A0A0A0. Windows color (decimal): -2591495 or 16348376. OLE color: 16348376.
HSL color Cylindrical-coordinate representation of color #D874F9: hue angle of 285.11º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D874F9 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 116 | 249 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.02 |
| HSL | 285.11º | 0.92% | 0.72% | - |
| HSV(B) | 285.11º | 0.53% | 0.98% | - |
| XYZ | 51.66 | 33.93 | 93.45 | - |
| YUV | 161.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 249 | 0.13 | 0.53 | 0 | 0.02 | 285.11 | 0.92 | 0.72 |
| Hex | D8 | 74 | F9 | D | 35 | 0 | 2 | 11D | 5C | 48 |
| Octal | 330 | 164 | 371 | 15 | 65 | 0 | 2 | 435 | 134 | 110 |
| Binary | 11011000 | 1110100 | 11111001 | 1101 | 110101 | 0 | 10 | 100011101 | 1011100 | 1001000 |
Color Harmonies of #D874F9
Complementary color
Monochromatic Colors of #D874F9
Black with #D874F9
Text Example
Text Example
White with #D874F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D874F9; }
p { color: rgb(216,116,249); }
H1.HeaderClassName
{
color: #D874F9;
}
.AnyTagClassName
{
color: #D874F9;
}
</style>
background-color css
<style>
a { background-color: #D874F9; }
a { background-color: rgb(216,116,249); }
div.DivClassName
{
background-color: #D874F9;
}
.BgClassName
{
background-color: #D874F9;
}
</style>
border-color css
<style>
span { border-color: #D874F9; }
span { border-color: rgb(216,116,249); }
td.TdClassName
{
border-color: #D874F9;
}
.TagClassName
{
border-color: #D874F9;
}
</style>