Shades of Heliotrope #D155FA
Tints of Heliotrope #D155FA
RGB
CMYK
RGB Variations
Color information
#D155FA (or 0xD155FA) is known color: Heliotrope. HEX triplet: D1, 55 and FA. RGB value is (209,85,250). Sum of RGB (Red+Green+Blue) = 209+85+250=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #D155FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155FA is #2EAA05. Grayscale: #8C8C8C. Windows color (decimal): -3058182 or 16405969. OLE color: 16405969.
HSL color Cylindrical-coordinate representation of color #D155FA: hue angle of 285.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D155FA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 85 | 250 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.02 |
| HSL | 285.09º | 0.94% | 0.66% | - |
| HSV(B) | 285.09º | 0.66% | 0.98% | - |
| XYZ | 46.8 | 26.95 | 93.18 | - |
| YUV | 140.89 | 189.58 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 250 | 0.16 | 0.66 | 0 | 0.02 | 285.09 | 0.94 | 0.66 |
| Hex | D1 | 55 | FA | 10 | 42 | 0 | 2 | 11D | 5E | 42 |
| Octal | 321 | 125 | 372 | 20 | 102 | 0 | 2 | 435 | 136 | 102 |
| Binary | 11010001 | 1010101 | 11111010 | 10000 | 1000010 | 0 | 10 | 100011101 | 1011110 | 1000010 |
Color Harmonies of #D155FA
Complementary color
Monochromatic Colors of #D155FA
Black with #D155FA
Text Example
Text Example
White with #D155FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155FA; }
p { color: rgb(209,85,250); }
H1.HeaderClassName
{
color: #D155FA;
}
.AnyTagClassName
{
color: #D155FA;
}
</style>
background-color css
<style>
a { background-color: #D155FA; }
a { background-color: rgb(209,85,250); }
div.DivClassName
{
background-color: #D155FA;
}
.BgClassName
{
background-color: #D155FA;
}
</style>
border-color css
<style>
span { border-color: #D155FA; }
span { border-color: rgb(209,85,250); }
td.TdClassName
{
border-color: #D155FA;
}
.TagClassName
{
border-color: #D155FA;
}
</style>