Shades of Heliotrope #D74FFF
Tints of Heliotrope #D74FFF
RGB
CMYK
RGB Variations
Color information
#D74FFF (or 0xD74FFF) is known color: Heliotrope. HEX triplet: D7, 4F and FF. RGB value is (215,79,255). Sum of RGB (Red+Green+Blue) = 215+79+255=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 79 (31.25% from 255 or 14.39% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #D74FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74FFF is #28B000. Grayscale: #8B8B8B. Windows color (decimal): -2666497 or 16732119. OLE color: 16732119.
HSL color Cylindrical-coordinate representation of color #D74FFF: hue angle of 286.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74FFF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 79 | 255 | - |
| CMYK | 0.16 | 0.69 | 0 | 0 |
| HSL | 286.36º | 1% | 0.65% | - |
| HSV(B) | 286.36º | 0.69% | 1% | - |
| XYZ | 48.87 | 27.26 | 97.29 | - |
| YUV | 139.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 255 | 0.16 | 0.69 | 0 | 0 | 286.36 | 1 | 0.65 |
| Hex | D7 | 4F | FF | 10 | 45 | 0 | 0 | 11E | 64 | 41 |
| Octal | 327 | 117 | 377 | 20 | 105 | 0 | 0 | 436 | 144 | 101 |
| Binary | 11010111 | 1001111 | 11111111 | 10000 | 1000101 | 0 | 0 | 100011110 | 1100100 | 1000001 |
Color Harmonies of #D74FFF
Complementary color
Monochromatic Colors of #D74FFF
Black with #D74FFF
Text Example
Text Example
White with #D74FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FFF; }
p { color: rgb(215,79,255); }
H1.HeaderClassName
{
color: #D74FFF;
}
.AnyTagClassName
{
color: #D74FFF;
}
</style>
background-color css
<style>
a { background-color: #D74FFF; }
a { background-color: rgb(215,79,255); }
div.DivClassName
{
background-color: #D74FFF;
}
.BgClassName
{
background-color: #D74FFF;
}
</style>
border-color css
<style>
span { border-color: #D74FFF; }
span { border-color: rgb(215,79,255); }
td.TdClassName
{
border-color: #D74FFF;
}
.TagClassName
{
border-color: #D74FFF;
}
</style>