Shades of Heliotrope #D150FE
Tints of Heliotrope #D150FE
RGB
CMYK
RGB Variations
Color information
#D150FE (or 0xD150FE) is known color: Heliotrope. HEX triplet: D1, 50 and FE. RGB value is (209,80,254). Sum of RGB (Red+Green+Blue) = 209+80+254=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #D150FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150FE is #2EAF01. Grayscale: #898989. Windows color (decimal): -3059458 or 16666833. OLE color: 16666833.
HSL color Cylindrical-coordinate representation of color #D150FE: hue angle of 284.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D150FE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 80 | 254 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.00 |
| HSL | 284.48º | 0.99% | 0.65% | - |
| HSV(B) | 284.48º | 0.69% | 1% | - |
| XYZ | 47.05 | 26.45 | 96.39 | - |
| YUV | 138.41 | 193.24 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 254 | 0.18 | 0.69 | 0 | 0.00 | 284.48 | 0.99 | 0.65 |
| Hex | D1 | 50 | FE | 12 | 45 | 0 | 0 | 11C | 63 | 41 |
| Octal | 321 | 120 | 376 | 22 | 105 | 0 | 0 | 434 | 143 | 101 |
| Binary | 11010001 | 1010000 | 11111110 | 10010 | 1000101 | 0 | 0 | 100011100 | 1100011 | 1000001 |
Color Harmonies of #D150FE
Complementary color
Monochromatic Colors of #D150FE
Black with #D150FE
Text Example
Text Example
White with #D150FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150FE; }
p { color: rgb(209,80,254); }
H1.HeaderClassName
{
color: #D150FE;
}
.AnyTagClassName
{
color: #D150FE;
}
</style>
background-color css
<style>
a { background-color: #D150FE; }
a { background-color: rgb(209,80,254); }
div.DivClassName
{
background-color: #D150FE;
}
.BgClassName
{
background-color: #D150FE;
}
</style>
border-color css
<style>
span { border-color: #D150FE; }
span { border-color: rgb(209,80,254); }
td.TdClassName
{
border-color: #D150FE;
}
.TagClassName
{
border-color: #D150FE;
}
</style>