Shades of Heliotrope #D54AFF
Tints of Heliotrope #D54AFF
RGB
CMYK
RGB Variations
Color information
#D54AFF (or 0xD54AFF) is known color: Heliotrope. HEX triplet: D5, 4A and FF. RGB value is (213,74,255). Sum of RGB (Red+Green+Blue) = 213+74+255=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 74 (29.30% from 255 or 13.65% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #D54AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54AFF is #2AB500. Grayscale: #878787. Windows color (decimal): -2798849 or 16730837. OLE color: 16730837.
HSL color Cylindrical-coordinate representation of color #D54AFF: hue angle of 286.08º 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 #D54AFF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 74 | 255 | - |
| CMYK | 0.16 | 0.71 | 0 | 0 |
| HSL | 286.08º | 1% | 0.65% | - |
| HSV(B) | 286.08º | 0.71% | 1% | - |
| XYZ | 47.94 | 26.26 | 97.15 | - |
| YUV | 136.2 | 195.05 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 255 | 0.16 | 0.71 | 0 | 0 | 286.08 | 1 | 0.65 |
| Hex | D5 | 4A | FF | 10 | 47 | 0 | 0 | 11E | 64 | 41 |
| Octal | 325 | 112 | 377 | 20 | 107 | 0 | 0 | 436 | 144 | 101 |
| Binary | 11010101 | 1001010 | 11111111 | 10000 | 1000111 | 0 | 0 | 100011110 | 1100100 | 1000001 |
Color Harmonies of #D54AFF
Complementary color
Monochromatic Colors of #D54AFF
Black with #D54AFF
Text Example
Text Example
White with #D54AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AFF; }
p { color: rgb(213,74,255); }
H1.HeaderClassName
{
color: #D54AFF;
}
.AnyTagClassName
{
color: #D54AFF;
}
</style>
background-color css
<style>
a { background-color: #D54AFF; }
a { background-color: rgb(213,74,255); }
div.DivClassName
{
background-color: #D54AFF;
}
.BgClassName
{
background-color: #D54AFF;
}
</style>
border-color css
<style>
span { border-color: #D54AFF; }
span { border-color: rgb(213,74,255); }
td.TdClassName
{
border-color: #D54AFF;
}
.TagClassName
{
border-color: #D54AFF;
}
</style>