Shades of Heliotrope #D074FD
Tints of Heliotrope #D074FD
RGB
CMYK
RGB Variations
Color information
#D074FD (or 0xD074FD) is known color: Heliotrope. HEX triplet: D0, 74 and FD. RGB value is (208,116,253). Sum of RGB (Red+Green+Blue) = 208+116+253=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #D074FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074FD is #2F8B02. Grayscale: #9E9E9E. Windows color (decimal): -3115779 or 16610512. OLE color: 16610512.
HSL color Cylindrical-coordinate representation of color #D074FD: hue angle of 280.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D074FD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 116 | 253 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.01 |
| HSL | 280.29º | 0.97% | 0.72% | - |
| HSV(B) | 280.29º | 0.54% | 0.99% | - |
| XYZ | 49.99 | 32.99 | 96.66 | - |
| YUV | 159.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 253 | 0.18 | 0.54 | 0 | 0.01 | 280.29 | 0.97 | 0.72 |
| Hex | D0 | 74 | FD | 12 | 36 | 0 | 1 | 118 | 61 | 48 |
| Octal | 320 | 164 | 375 | 22 | 66 | 0 | 1 | 430 | 141 | 110 |
| Binary | 11010000 | 1110100 | 11111101 | 10010 | 110110 | 0 | 1 | 100011000 | 1100001 | 1001000 |
Color Harmonies of #D074FD
Complementary color
Monochromatic Colors of #D074FD
Black with #D074FD
Text Example
Text Example
White with #D074FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074FD; }
p { color: rgb(208,116,253); }
H1.HeaderClassName
{
color: #D074FD;
}
.AnyTagClassName
{
color: #D074FD;
}
</style>
background-color css
<style>
a { background-color: #D074FD; }
a { background-color: rgb(208,116,253); }
div.DivClassName
{
background-color: #D074FD;
}
.BgClassName
{
background-color: #D074FD;
}
</style>
border-color css
<style>
span { border-color: #D074FD; }
span { border-color: rgb(208,116,253); }
td.TdClassName
{
border-color: #D074FD;
}
.TagClassName
{
border-color: #D074FD;
}
</style>