Shades of Heliotrope #D73DFF
Tints of Heliotrope #D73DFF
RGB
CMYK
RGB Variations
Color information
#D73DFF (or 0xD73DFF) is known color: Heliotrope. HEX triplet: D7, 3D and FF. RGB value is (215,61,255). Sum of RGB (Red+Green+Blue) = 215+61+255=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 61 (24.22% from 255 or 11.49% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #D73DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73DFF is #28C200. Grayscale: #808080. Windows color (decimal): -2671105 or 16727511. OLE color: 16727511.
HSL color Cylindrical-coordinate representation of color #D73DFF: hue angle of 287.63º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73DFF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 61 | 255 | - |
| CMYK | 0.16 | 0.76 | 0 | 0 |
| HSL | 287.63º | 1% | 0.62% | - |
| HSV(B) | 287.63º | 0.76% | 1% | - |
| XYZ | 47.74 | 25 | 96.92 | - |
| YUV | 129.16 | 199.02 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 255 | 0.16 | 0.76 | 0 | 0 | 287.63 | 1 | 0.62 |
| Hex | D7 | 3D | FF | 10 | 4C | 0 | 0 | 120 | 64 | 3E |
| Octal | 327 | 75 | 377 | 20 | 114 | 0 | 0 | 440 | 144 | 76 |
| Binary | 11010111 | 111101 | 11111111 | 10000 | 1001100 | 0 | 0 | 100100000 | 1100100 | 111110 |
Color Harmonies of #D73DFF
Complementary color
Monochromatic Colors of #D73DFF
Black with #D73DFF
Text Example
Text Example
White with #D73DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DFF; }
p { color: rgb(215,61,255); }
H1.HeaderClassName
{
color: #D73DFF;
}
.AnyTagClassName
{
color: #D73DFF;
}
</style>
background-color css
<style>
a { background-color: #D73DFF; }
a { background-color: rgb(215,61,255); }
div.DivClassName
{
background-color: #D73DFF;
}
.BgClassName
{
background-color: #D73DFF;
}
</style>
border-color css
<style>
span { border-color: #D73DFF; }
span { border-color: rgb(215,61,255); }
td.TdClassName
{
border-color: #D73DFF;
}
.TagClassName
{
border-color: #D73DFF;
}
</style>