Shades of Heliotrope #D54BFF
Tints of Heliotrope #D54BFF
RGB
CMYK
RGB Variations
Color information
#D54BFF (or 0xD54BFF) is known color: Heliotrope. HEX triplet: D5, 4B and FF. RGB value is (213,75,255). Sum of RGB (Red+Green+Blue) = 213+75+255=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 75 (29.69% from 255 or 13.81% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #D54BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BFF is #2AB400. Grayscale: #888888. Windows color (decimal): -2798593 or 16731093. OLE color: 16731093.
HSL color Cylindrical-coordinate representation of color #D54BFF: hue angle of 286º 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 #D54BFF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 75 | 255 | - |
| CMYK | 0.16 | 0.71 | 0 | 0 |
| HSL | 286º | 1% | 0.65% | - |
| HSV(B) | 286º | 0.71% | 1% | - |
| XYZ | 48.01 | 26.4 | 97.17 | - |
| YUV | 136.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 255 | 0.16 | 0.71 | 0 | 0 | 286 | 1 | 0.65 |
| Hex | D5 | 4B | FF | 10 | 47 | 0 | 0 | 11E | 64 | 41 |
| Octal | 325 | 113 | 377 | 20 | 107 | 0 | 0 | 436 | 144 | 101 |
| Binary | 11010101 | 1001011 | 11111111 | 10000 | 1000111 | 0 | 0 | 100011110 | 1100100 | 1000001 |
Color Harmonies of #D54BFF
Complementary color
Monochromatic Colors of #D54BFF
Black with #D54BFF
Text Example
Text Example
White with #D54BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BFF; }
p { color: rgb(213,75,255); }
H1.HeaderClassName
{
color: #D54BFF;
}
.AnyTagClassName
{
color: #D54BFF;
}
</style>
background-color css
<style>
a { background-color: #D54BFF; }
a { background-color: rgb(213,75,255); }
div.DivClassName
{
background-color: #D54BFF;
}
.BgClassName
{
background-color: #D54BFF;
}
</style>
border-color css
<style>
span { border-color: #D54BFF; }
span { border-color: rgb(213,75,255); }
td.TdClassName
{
border-color: #D54BFF;
}
.TagClassName
{
border-color: #D54BFF;
}
</style>