Shades of Heliotrope #D155FE
Tints of Heliotrope #D155FE
RGB
CMYK
RGB Variations
Color information
#D155FE (or 0xD155FE) is known color: Heliotrope. HEX triplet: D1, 55 and FE. RGB value is (209,85,254). Sum of RGB (Red+Green+Blue) = 209+85+254=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #D155FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155FE is #2EAA01. Grayscale: #8C8C8C. Windows color (decimal): -3058178 or 16668113. OLE color: 16668113.
HSL color Cylindrical-coordinate representation of color #D155FE: hue angle of 284.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D155FE is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 85 | 254 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.00 |
| HSL | 284.02º | 0.99% | 0.66% | - |
| HSV(B) | 284.02º | 0.67% | 1% | - |
| XYZ | 47.43 | 27.21 | 96.52 | - |
| YUV | 141.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 254 | 0.18 | 0.67 | 0 | 0.00 | 284.02 | 0.99 | 0.66 |
| Hex | D1 | 55 | FE | 12 | 43 | 0 | 0 | 11C | 63 | 42 |
| Octal | 321 | 125 | 376 | 22 | 103 | 0 | 0 | 434 | 143 | 102 |
| Binary | 11010001 | 1010101 | 11111110 | 10010 | 1000011 | 0 | 0 | 100011100 | 1100011 | 1000010 |
Color Harmonies of #D155FE
Complementary color
Monochromatic Colors of #D155FE
Black with #D155FE
Text Example
Text Example
White with #D155FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155FE; }
p { color: rgb(209,85,254); }
H1.HeaderClassName
{
color: #D155FE;
}
.AnyTagClassName
{
color: #D155FE;
}
</style>
background-color css
<style>
a { background-color: #D155FE; }
a { background-color: rgb(209,85,254); }
div.DivClassName
{
background-color: #D155FE;
}
.BgClassName
{
background-color: #D155FE;
}
</style>
border-color css
<style>
span { border-color: #D155FE; }
span { border-color: rgb(209,85,254); }
td.TdClassName
{
border-color: #D155FE;
}
.TagClassName
{
border-color: #D155FE;
}
</style>