Shades of Heliotrope #D04AFF
Tints of Heliotrope #D04AFF
RGB
CMYK
RGB Variations
Color information
#D04AFF (or 0xD04AFF) is known color: Heliotrope. HEX triplet: D0, 4A and FF. RGB value is (208,74,255). Sum of RGB (Red+Green+Blue) = 208+74+255=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #D04AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04AFF is #2FB500. Grayscale: #868686. Windows color (decimal): -3126529 or 16730832. OLE color: 16730832.
HSL color Cylindrical-coordinate representation of color #D04AFF: hue angle of 284.42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D04AFF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 74 | 255 | - |
| CMYK | 0.18 | 0.71 | 0 | 0 |
| HSL | 284.42º | 1% | 0.65% | - |
| HSV(B) | 284.42º | 0.71% | 1% | - |
| XYZ | 46.51 | 25.53 | 97.08 | - |
| YUV | 134.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 255 | 0.18 | 0.71 | 0 | 0 | 284.42 | 1 | 0.65 |
| Hex | D0 | 4A | FF | 12 | 47 | 0 | 0 | 11C | 64 | 41 |
| Octal | 320 | 112 | 377 | 22 | 107 | 0 | 0 | 434 | 144 | 101 |
| Binary | 11010000 | 1001010 | 11111111 | 10010 | 1000111 | 0 | 0 | 100011100 | 1100100 | 1000001 |
Color Harmonies of #D04AFF
Complementary color
Monochromatic Colors of #D04AFF
Black with #D04AFF
Text Example
Text Example
White with #D04AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04AFF; }
p { color: rgb(208,74,255); }
H1.HeaderClassName
{
color: #D04AFF;
}
.AnyTagClassName
{
color: #D04AFF;
}
</style>
background-color css
<style>
a { background-color: #D04AFF; }
a { background-color: rgb(208,74,255); }
div.DivClassName
{
background-color: #D04AFF;
}
.BgClassName
{
background-color: #D04AFF;
}
</style>
border-color css
<style>
span { border-color: #D04AFF; }
span { border-color: rgb(208,74,255); }
td.TdClassName
{
border-color: #D04AFF;
}
.TagClassName
{
border-color: #D04AFF;
}
</style>