Shades of Heliotrope #D74DFD
Tints of Heliotrope #D74DFD
RGB
CMYK
RGB Variations
Color information
#D74DFD (or 0xD74DFD) is known color: Heliotrope. HEX triplet: D7, 4D and FD. RGB value is (215,77,253). Sum of RGB (Red+Green+Blue) = 215+77+253=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #D74DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DFD is #28B202. Grayscale: #898989. Windows color (decimal): -2667011 or 16600535. OLE color: 16600535.
HSL color Cylindrical-coordinate representation of color #D74DFD: hue angle of 287.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74DFD is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 77 | 253 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.01 |
| HSL | 287.05º | 0.98% | 0.65% | - |
| HSV(B) | 287.05º | 0.7% | 0.99% | - |
| XYZ | 48.41 | 26.85 | 95.56 | - |
| YUV | 138.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 253 | 0.15 | 0.70 | 0 | 0.01 | 287.05 | 0.98 | 0.65 |
| Hex | D7 | 4D | FD | F | 46 | 0 | 1 | 11F | 62 | 41 |
| Octal | 327 | 115 | 375 | 17 | 106 | 0 | 1 | 437 | 142 | 101 |
| Binary | 11010111 | 1001101 | 11111101 | 1111 | 1000110 | 0 | 1 | 100011111 | 1100010 | 1000001 |
Color Harmonies of #D74DFD
Complementary color
Monochromatic Colors of #D74DFD
Black with #D74DFD
Text Example
Text Example
White with #D74DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DFD; }
p { color: rgb(215,77,253); }
H1.HeaderClassName
{
color: #D74DFD;
}
.AnyTagClassName
{
color: #D74DFD;
}
</style>
background-color css
<style>
a { background-color: #D74DFD; }
a { background-color: rgb(215,77,253); }
div.DivClassName
{
background-color: #D74DFD;
}
.BgClassName
{
background-color: #D74DFD;
}
</style>
border-color css
<style>
span { border-color: #D74DFD; }
span { border-color: rgb(215,77,253); }
td.TdClassName
{
border-color: #D74DFD;
}
.TagClassName
{
border-color: #D74DFD;
}
</style>