Shades of Heliotrope #D154FB
Tints of Heliotrope #D154FB
RGB
CMYK
RGB Variations
Color information
#D154FB (or 0xD154FB) is known color: Heliotrope. HEX triplet: D1, 54 and FB. RGB value is (209,84,251). Sum of RGB (Red+Green+Blue) = 209+84+251=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #D154FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D154FB is #2EAB04. Grayscale: #8B8B8B. Windows color (decimal): -3058437 or 16471249. OLE color: 16471249.
HSL color Cylindrical-coordinate representation of color #D154FB: hue angle of 284.91º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D154FB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 84 | 251 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.02 |
| HSL | 284.91º | 0.95% | 0.66% | - |
| HSV(B) | 284.91º | 0.67% | 0.98% | - |
| XYZ | 46.88 | 26.86 | 93.98 | - |
| YUV | 140.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 251 | 0.17 | 0.67 | 0 | 0.02 | 284.91 | 0.95 | 0.66 |
| Hex | D1 | 54 | FB | 11 | 43 | 0 | 2 | 11D | 5F | 42 |
| Octal | 321 | 124 | 373 | 21 | 103 | 0 | 2 | 435 | 137 | 102 |
| Binary | 11010001 | 1010100 | 11111011 | 10001 | 1000011 | 0 | 10 | 100011101 | 1011111 | 1000010 |
Color Harmonies of #D154FB
Complementary color
Monochromatic Colors of #D154FB
Black with #D154FB
Text Example
Text Example
White with #D154FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154FB; }
p { color: rgb(209,84,251); }
H1.HeaderClassName
{
color: #D154FB;
}
.AnyTagClassName
{
color: #D154FB;
}
</style>
background-color css
<style>
a { background-color: #D154FB; }
a { background-color: rgb(209,84,251); }
div.DivClassName
{
background-color: #D154FB;
}
.BgClassName
{
background-color: #D154FB;
}
</style>
border-color css
<style>
span { border-color: #D154FB; }
span { border-color: rgb(209,84,251); }
td.TdClassName
{
border-color: #D154FB;
}
.TagClassName
{
border-color: #D154FB;
}
</style>