Shades of Heliotrope #D154FA
Tints of Heliotrope #D154FA
RGB
CMYK
RGB Variations
Color information
#D154FA (or 0xD154FA) is known color: Heliotrope. HEX triplet: D1, 54 and FA. RGB value is (209,84,250). Sum of RGB (Red+Green+Blue) = 209+84+250=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #D154FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D154FA is #2EAB05. Grayscale: #8B8B8B. Windows color (decimal): -3058438 or 16405713. OLE color: 16405713.
HSL color Cylindrical-coordinate representation of color #D154FA: hue angle of 285.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D154FA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 84 | 250 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.02 |
| HSL | 285.18º | 0.94% | 0.65% | - |
| HSV(B) | 285.18º | 0.66% | 0.98% | - |
| XYZ | 46.72 | 26.8 | 93.15 | - |
| YUV | 140.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 250 | 0.16 | 0.66 | 0 | 0.02 | 285.18 | 0.94 | 0.65 |
| Hex | D1 | 54 | FA | 10 | 42 | 0 | 2 | 11D | 5E | 41 |
| Octal | 321 | 124 | 372 | 20 | 102 | 0 | 2 | 435 | 136 | 101 |
| Binary | 11010001 | 1010100 | 11111010 | 10000 | 1000010 | 0 | 10 | 100011101 | 1011110 | 1000001 |
Color Harmonies of #D154FA
Complementary color
Monochromatic Colors of #D154FA
Black with #D154FA
Text Example
Text Example
White with #D154FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154FA; }
p { color: rgb(209,84,250); }
H1.HeaderClassName
{
color: #D154FA;
}
.AnyTagClassName
{
color: #D154FA;
}
</style>
background-color css
<style>
a { background-color: #D154FA; }
a { background-color: rgb(209,84,250); }
div.DivClassName
{
background-color: #D154FA;
}
.BgClassName
{
background-color: #D154FA;
}
</style>
border-color css
<style>
span { border-color: #D154FA; }
span { border-color: rgb(209,84,250); }
td.TdClassName
{
border-color: #D154FA;
}
.TagClassName
{
border-color: #D154FA;
}
</style>