Shades of Heliotrope #D74DFE
Tints of Heliotrope #D74DFE
RGB
CMYK
RGB Variations
Color information
#D74DFE (or 0xD74DFE) is known color: Heliotrope. HEX triplet: D7, 4D and FE. RGB value is (215,77,254). Sum of RGB (Red+Green+Blue) = 215+77+254=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #D74DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DFE is #28B201. Grayscale: #898989. Windows color (decimal): -2667010 or 16666071. OLE color: 16666071.
HSL color Cylindrical-coordinate representation of color #D74DFE: hue angle of 286.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74DFE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 77 | 254 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.00 |
| HSL | 286.78º | 0.99% | 0.65% | - |
| HSV(B) | 286.78º | 0.7% | 1% | - |
| XYZ | 48.57 | 26.91 | 96.4 | - |
| YUV | 138.44 | 193.22 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 254 | 0.15 | 0.70 | 0 | 0.00 | 286.78 | 0.99 | 0.65 |
| Hex | D7 | 4D | FE | F | 46 | 0 | 0 | 11F | 63 | 41 |
| Octal | 327 | 115 | 376 | 17 | 106 | 0 | 0 | 437 | 143 | 101 |
| Binary | 11010111 | 1001101 | 11111110 | 1111 | 1000110 | 0 | 0 | 100011111 | 1100011 | 1000001 |
Color Harmonies of #D74DFE
Complementary color
Monochromatic Colors of #D74DFE
Black with #D74DFE
Text Example
Text Example
White with #D74DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DFE; }
p { color: rgb(215,77,254); }
H1.HeaderClassName
{
color: #D74DFE;
}
.AnyTagClassName
{
color: #D74DFE;
}
</style>
background-color css
<style>
a { background-color: #D74DFE; }
a { background-color: rgb(215,77,254); }
div.DivClassName
{
background-color: #D74DFE;
}
.BgClassName
{
background-color: #D74DFE;
}
</style>
border-color css
<style>
span { border-color: #D74DFE; }
span { border-color: rgb(215,77,254); }
td.TdClassName
{
border-color: #D74DFE;
}
.TagClassName
{
border-color: #D74DFE;
}
</style>