Shades of Heliotrope #D54BFE
Tints of Heliotrope #D54BFE
RGB
CMYK
RGB Variations
Color information
#D54BFE (or 0xD54BFE) is known color: Heliotrope. HEX triplet: D5, 4B and FE. RGB value is (213,75,254). Sum of RGB (Red+Green+Blue) = 213+75+254=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 75 (29.69% from 255 or 13.84% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #D54BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BFE is #2AB401. Grayscale: #888888. Windows color (decimal): -2798594 or 16665557. OLE color: 16665557.
HSL color Cylindrical-coordinate representation of color #D54BFE: hue angle of 286.26º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54BFE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 75 | 254 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.00 |
| HSL | 286.26º | 0.99% | 0.65% | - |
| HSV(B) | 286.26º | 0.7% | 1% | - |
| XYZ | 47.85 | 26.33 | 96.33 | - |
| YUV | 136.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 254 | 0.16 | 0.70 | 0 | 0.00 | 286.26 | 0.99 | 0.65 |
| Hex | D5 | 4B | FE | 10 | 46 | 0 | 0 | 11E | 63 | 41 |
| Octal | 325 | 113 | 376 | 20 | 106 | 0 | 0 | 436 | 143 | 101 |
| Binary | 11010101 | 1001011 | 11111110 | 10000 | 1000110 | 0 | 0 | 100011110 | 1100011 | 1000001 |
Color Harmonies of #D54BFE
Complementary color
Monochromatic Colors of #D54BFE
Black with #D54BFE
Text Example
Text Example
White with #D54BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BFE; }
p { color: rgb(213,75,254); }
H1.HeaderClassName
{
color: #D54BFE;
}
.AnyTagClassName
{
color: #D54BFE;
}
</style>
background-color css
<style>
a { background-color: #D54BFE; }
a { background-color: rgb(213,75,254); }
div.DivClassName
{
background-color: #D54BFE;
}
.BgClassName
{
background-color: #D54BFE;
}
</style>
border-color css
<style>
span { border-color: #D54BFE; }
span { border-color: rgb(213,75,254); }
td.TdClassName
{
border-color: #D54BFE;
}
.TagClassName
{
border-color: #D54BFE;
}
</style>