Shades of Heliotrope #D54AFB
Tints of Heliotrope #D54AFB
RGB
CMYK
RGB Variations
Color information
#D54AFB (or 0xD54AFB) is known color: Heliotrope. HEX triplet: D5, 4A and FB. RGB value is (213,74,251). Sum of RGB (Red+Green+Blue) = 213+74+251=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #D54AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54AFB is #2AB504. Grayscale: #878787. Windows color (decimal): -2798853 or 16468693. OLE color: 16468693.
HSL color Cylindrical-coordinate representation of color #D54AFB: hue angle of 287.12º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D54AFB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 74 | 251 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.02 |
| HSL | 287.12º | 0.96% | 0.64% | - |
| HSV(B) | 287.12º | 0.71% | 0.98% | - |
| XYZ | 47.3 | 26.01 | 93.79 | - |
| YUV | 135.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 251 | 0.15 | 0.71 | 0 | 0.02 | 287.12 | 0.96 | 0.64 |
| Hex | D5 | 4A | FB | F | 47 | 0 | 2 | 11F | 60 | 40 |
| Octal | 325 | 112 | 373 | 17 | 107 | 0 | 2 | 437 | 140 | 100 |
| Binary | 11010101 | 1001010 | 11111011 | 1111 | 1000111 | 0 | 10 | 100011111 | 1100000 | 1000000 |
Color Harmonies of #D54AFB
Complementary color
Monochromatic Colors of #D54AFB
Black with #D54AFB
Text Example
Text Example
White with #D54AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AFB; }
p { color: rgb(213,74,251); }
H1.HeaderClassName
{
color: #D54AFB;
}
.AnyTagClassName
{
color: #D54AFB;
}
</style>
background-color css
<style>
a { background-color: #D54AFB; }
a { background-color: rgb(213,74,251); }
div.DivClassName
{
background-color: #D54AFB;
}
.BgClassName
{
background-color: #D54AFB;
}
</style>
border-color css
<style>
span { border-color: #D54AFB; }
span { border-color: rgb(213,74,251); }
td.TdClassName
{
border-color: #D54AFB;
}
.TagClassName
{
border-color: #D54AFB;
}
</style>