Shades of Heliotrope #D155FF
Tints of Heliotrope #D155FF
RGB
CMYK
RGB Variations
Color information
#D155FF (or 0xD155FF) is known color: Heliotrope. HEX triplet: D1, 55 and FF. RGB value is (209,85,255). Sum of RGB (Red+Green+Blue) = 209+85+255=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #D155FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155FF is #2EAA00. Grayscale: #8C8C8C. Windows color (decimal): -3058177 or 16733649. OLE color: 16733649.
HSL color Cylindrical-coordinate representation of color #D155FF: hue angle of 283.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D155FF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 85 | 255 | - |
| CMYK | 0.18 | 0.67 | 0 | 0 |
| HSL | 283.76º | 1% | 0.67% | - |
| HSV(B) | 283.76º | 0.67% | 1% | - |
| XYZ | 47.59 | 27.27 | 97.36 | - |
| YUV | 141.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 255 | 0.18 | 0.67 | 0 | 0 | 283.76 | 1 | 0.67 |
| Hex | D1 | 55 | FF | 12 | 43 | 0 | 0 | 11C | 64 | 43 |
| Octal | 321 | 125 | 377 | 22 | 103 | 0 | 0 | 434 | 144 | 103 |
| Binary | 11010001 | 1010101 | 11111111 | 10010 | 1000011 | 0 | 0 | 100011100 | 1100100 | 1000011 |
Color Harmonies of #D155FF
Complementary color
Monochromatic Colors of #D155FF
Black with #D155FF
Text Example
Text Example
White with #D155FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155FF; }
p { color: rgb(209,85,255); }
H1.HeaderClassName
{
color: #D155FF;
}
.AnyTagClassName
{
color: #D155FF;
}
</style>
background-color css
<style>
a { background-color: #D155FF; }
a { background-color: rgb(209,85,255); }
div.DivClassName
{
background-color: #D155FF;
}
.BgClassName
{
background-color: #D155FF;
}
</style>
border-color css
<style>
span { border-color: #D155FF; }
span { border-color: rgb(209,85,255); }
td.TdClassName
{
border-color: #D155FF;
}
.TagClassName
{
border-color: #D155FF;
}
</style>