Shades of Heliotrope #D155FC
Tints of Heliotrope #D155FC
RGB
CMYK
RGB Variations
Color information
#D155FC (or 0xD155FC) is known color: Heliotrope. HEX triplet: D1, 55 and FC. RGB value is (209,85,252). Sum of RGB (Red+Green+Blue) = 209+85+252=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #D155FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155FC is #2EAA03. Grayscale: #8C8C8C. Windows color (decimal): -3058180 or 16537041. OLE color: 16537041.
HSL color Cylindrical-coordinate representation of color #D155FC: hue angle of 284.55º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D155FC is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 85 | 252 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.01 |
| HSL | 284.55º | 0.97% | 0.66% | - |
| HSV(B) | 284.55º | 0.66% | 0.99% | - |
| XYZ | 47.11 | 27.08 | 94.84 | - |
| YUV | 141.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 252 | 0.17 | 0.66 | 0 | 0.01 | 284.55 | 0.97 | 0.66 |
| Hex | D1 | 55 | FC | 11 | 42 | 0 | 1 | 11D | 61 | 42 |
| Octal | 321 | 125 | 374 | 21 | 102 | 0 | 1 | 435 | 141 | 102 |
| Binary | 11010001 | 1010101 | 11111100 | 10001 | 1000010 | 0 | 1 | 100011101 | 1100001 | 1000010 |
Color Harmonies of #D155FC
Complementary color
Monochromatic Colors of #D155FC
Black with #D155FC
Text Example
Text Example
White with #D155FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155FC; }
p { color: rgb(209,85,252); }
H1.HeaderClassName
{
color: #D155FC;
}
.AnyTagClassName
{
color: #D155FC;
}
</style>
background-color css
<style>
a { background-color: #D155FC; }
a { background-color: rgb(209,85,252); }
div.DivClassName
{
background-color: #D155FC;
}
.BgClassName
{
background-color: #D155FC;
}
</style>
border-color css
<style>
span { border-color: #D155FC; }
span { border-color: rgb(209,85,252); }
td.TdClassName
{
border-color: #D155FC;
}
.TagClassName
{
border-color: #D155FC;
}
</style>