Shades of Heliotrope #D074F0
Tints of Heliotrope #D074F0
RGB
CMYK
RGB Variations
Color information
#D074F0 (or 0xD074F0) is known color: Heliotrope. HEX triplet: D0, 74 and F0. RGB value is (208,116,240). Sum of RGB (Red+Green+Blue) = 208+116+240=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #D074F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074F0 is #2F8B0F. Grayscale: #9D9D9D. Windows color (decimal): -3115792 or 15758544. OLE color: 15758544.
HSL color Cylindrical-coordinate representation of color #D074F0: hue angle of 284.52º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D074F0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 116 | 240 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.06 |
| HSL | 284.52º | 0.81% | 0.7% | - |
| HSV(B) | 284.52º | 0.52% | 0.94% | - |
| XYZ | 47.99 | 32.19 | 86.12 | - |
| YUV | 157.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 240 | 0.13 | 0.52 | 0 | 0.06 | 284.52 | 0.81 | 0.7 |
| Hex | D0 | 74 | F0 | D | 34 | 0 | 6 | 11D | 51 | 46 |
| Octal | 320 | 164 | 360 | 15 | 64 | 0 | 6 | 435 | 121 | 106 |
| Binary | 11010000 | 1110100 | 11110000 | 1101 | 110100 | 0 | 110 | 100011101 | 1010001 | 1000110 |
Color Harmonies of #D074F0
Complementary color
Monochromatic Colors of #D074F0
Black with #D074F0
Text Example
Text Example
White with #D074F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074F0; }
p { color: rgb(208,116,240); }
H1.HeaderClassName
{
color: #D074F0;
}
.AnyTagClassName
{
color: #D074F0;
}
</style>
background-color css
<style>
a { background-color: #D074F0; }
a { background-color: rgb(208,116,240); }
div.DivClassName
{
background-color: #D074F0;
}
.BgClassName
{
background-color: #D074F0;
}
</style>
border-color css
<style>
span { border-color: #D074F0; }
span { border-color: rgb(208,116,240); }
td.TdClassName
{
border-color: #D074F0;
}
.TagClassName
{
border-color: #D074F0;
}
</style>