Shades of Heliotrope #D54BFC
Tints of Heliotrope #D54BFC
RGB
CMYK
RGB Variations
Color information
#D54BFC (or 0xD54BFC) is known color: Heliotrope. HEX triplet: D5, 4B and FC. RGB value is (213,75,252). Sum of RGB (Red+Green+Blue) = 213+75+252=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #D54BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BFC is #2AB403. Grayscale: #878787. Windows color (decimal): -2798596 or 16534485. OLE color: 16534485.
HSL color Cylindrical-coordinate representation of color #D54BFC: hue angle of 286.78º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54BFC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 75 | 252 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.01 |
| HSL | 286.78º | 0.97% | 0.64% | - |
| HSV(B) | 286.78º | 0.7% | 0.99% | - |
| XYZ | 47.53 | 26.21 | 94.65 | - |
| YUV | 136.44 | 193.22 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 252 | 0.15 | 0.70 | 0 | 0.01 | 286.78 | 0.97 | 0.64 |
| Hex | D5 | 4B | FC | F | 46 | 0 | 1 | 11F | 61 | 40 |
| Octal | 325 | 113 | 374 | 17 | 106 | 0 | 1 | 437 | 141 | 100 |
| Binary | 11010101 | 1001011 | 11111100 | 1111 | 1000110 | 0 | 1 | 100011111 | 1100001 | 1000000 |
Color Harmonies of #D54BFC
Complementary color
Monochromatic Colors of #D54BFC
Black with #D54BFC
Text Example
Text Example
White with #D54BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BFC; }
p { color: rgb(213,75,252); }
H1.HeaderClassName
{
color: #D54BFC;
}
.AnyTagClassName
{
color: #D54BFC;
}
</style>
background-color css
<style>
a { background-color: #D54BFC; }
a { background-color: rgb(213,75,252); }
div.DivClassName
{
background-color: #D54BFC;
}
.BgClassName
{
background-color: #D54BFC;
}
</style>
border-color css
<style>
span { border-color: #D54BFC; }
span { border-color: rgb(213,75,252); }
td.TdClassName
{
border-color: #D54BFC;
}
.TagClassName
{
border-color: #D54BFC;
}
</style>