Shades of Heliotrope #D14AFF
Tints of Heliotrope #D14AFF
RGB
CMYK
RGB Variations
Color information
#D14AFF (or 0xD14AFF) is known color: Heliotrope. HEX triplet: D1, 4A and FF. RGB value is (209,74,255). Sum of RGB (Red+Green+Blue) = 209+74+255=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #D14AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AFF is #2EB500. Grayscale: #868686. Windows color (decimal): -3060993 or 16730833. OLE color: 16730833.
HSL color Cylindrical-coordinate representation of color #D14AFF: hue angle of 284.75º 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 #D14AFF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 74 | 255 | - |
| CMYK | 0.18 | 0.71 | 0 | 0 |
| HSL | 284.75º | 1% | 0.65% | - |
| HSV(B) | 284.75º | 0.71% | 1% | - |
| XYZ | 46.79 | 25.67 | 97.1 | - |
| YUV | 135 | 195.73 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 255 | 0.18 | 0.71 | 0 | 0 | 284.75 | 1 | 0.65 |
| Hex | D1 | 4A | FF | 12 | 47 | 0 | 0 | 11D | 64 | 41 |
| Octal | 321 | 112 | 377 | 22 | 107 | 0 | 0 | 435 | 144 | 101 |
| Binary | 11010001 | 1001010 | 11111111 | 10010 | 1000111 | 0 | 0 | 100011101 | 1100100 | 1000001 |
Color Harmonies of #D14AFF
Complementary color
Monochromatic Colors of #D14AFF
Black with #D14AFF
Text Example
Text Example
White with #D14AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AFF; }
p { color: rgb(209,74,255); }
H1.HeaderClassName
{
color: #D14AFF;
}
.AnyTagClassName
{
color: #D14AFF;
}
</style>
background-color css
<style>
a { background-color: #D14AFF; }
a { background-color: rgb(209,74,255); }
div.DivClassName
{
background-color: #D14AFF;
}
.BgClassName
{
background-color: #D14AFF;
}
</style>
border-color css
<style>
span { border-color: #D14AFF; }
span { border-color: rgb(209,74,255); }
td.TdClassName
{
border-color: #D14AFF;
}
.TagClassName
{
border-color: #D14AFF;
}
</style>