Shades of Heliotrope #D074FA
Tints of Heliotrope #D074FA
RGB
CMYK
RGB Variations
Color information
#D074FA (or 0xD074FA) is known color: Heliotrope. HEX triplet: D0, 74 and FA. RGB value is (208,116,250). Sum of RGB (Red+Green+Blue) = 208+116+250=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #D074FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074FA is #2F8B05. Grayscale: #9E9E9E. Windows color (decimal): -3115782 or 16413904. OLE color: 16413904.
HSL color Cylindrical-coordinate representation of color #D074FA: hue angle of 281.19º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D074FA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 116 | 250 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.02 |
| HSL | 281.19º | 0.93% | 0.72% | - |
| HSV(B) | 281.19º | 0.54% | 0.98% | - |
| XYZ | 49.51 | 32.8 | 94.16 | - |
| YUV | 158.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 250 | 0.17 | 0.54 | 0 | 0.02 | 281.19 | 0.93 | 0.72 |
| Hex | D0 | 74 | FA | 11 | 36 | 0 | 2 | 119 | 5D | 48 |
| Octal | 320 | 164 | 372 | 21 | 66 | 0 | 2 | 431 | 135 | 110 |
| Binary | 11010000 | 1110100 | 11111010 | 10001 | 110110 | 0 | 10 | 100011001 | 1011101 | 1001000 |
Color Harmonies of #D074FA
Complementary color
Monochromatic Colors of #D074FA
Black with #D074FA
Text Example
Text Example
White with #D074FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074FA; }
p { color: rgb(208,116,250); }
H1.HeaderClassName
{
color: #D074FA;
}
.AnyTagClassName
{
color: #D074FA;
}
</style>
background-color css
<style>
a { background-color: #D074FA; }
a { background-color: rgb(208,116,250); }
div.DivClassName
{
background-color: #D074FA;
}
.BgClassName
{
background-color: #D074FA;
}
</style>
border-color css
<style>
span { border-color: #D074FA; }
span { border-color: rgb(208,116,250); }
td.TdClassName
{
border-color: #D074FA;
}
.TagClassName
{
border-color: #D074FA;
}
</style>