Shades of Heliotrope #D074F9
Tints of Heliotrope #D074F9
RGB
CMYK
RGB Variations
Color information
#D074F9 (or 0xD074F9) is known color: Heliotrope. HEX triplet: D0, 74 and F9. RGB value is (208,116,249). Sum of RGB (Red+Green+Blue) = 208+116+249=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #D074F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074F9 is #2F8B06. Grayscale: #9E9E9E. Windows color (decimal): -3115783 or 16348368. OLE color: 16348368.
HSL color Cylindrical-coordinate representation of color #D074F9: hue angle of 281.5º 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 #D074F9 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 116 | 249 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.02 |
| HSL | 281.5º | 0.92% | 0.72% | - |
| HSV(B) | 281.5º | 0.53% | 0.98% | - |
| XYZ | 49.36 | 32.74 | 93.34 | - |
| YUV | 158.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 249 | 0.16 | 0.53 | 0 | 0.02 | 281.5 | 0.92 | 0.72 |
| Hex | D0 | 74 | F9 | 10 | 35 | 0 | 2 | 11A | 5C | 48 |
| Octal | 320 | 164 | 371 | 20 | 65 | 0 | 2 | 432 | 134 | 110 |
| Binary | 11010000 | 1110100 | 11111001 | 10000 | 110101 | 0 | 10 | 100011010 | 1011100 | 1001000 |
Color Harmonies of #D074F9
Complementary color
Monochromatic Colors of #D074F9
Black with #D074F9
Text Example
Text Example
White with #D074F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074F9; }
p { color: rgb(208,116,249); }
H1.HeaderClassName
{
color: #D074F9;
}
.AnyTagClassName
{
color: #D074F9;
}
</style>
background-color css
<style>
a { background-color: #D074F9; }
a { background-color: rgb(208,116,249); }
div.DivClassName
{
background-color: #D074F9;
}
.BgClassName
{
background-color: #D074F9;
}
</style>
border-color css
<style>
span { border-color: #D074F9; }
span { border-color: rgb(208,116,249); }
td.TdClassName
{
border-color: #D074F9;
}
.TagClassName
{
border-color: #D074F9;
}
</style>