Shades of Heliotrope #D289FE
Tints of Heliotrope #D289FE
RGB
CMYK
RGB Variations
Color information
#D289FE (or 0xD289FE) is known color: Heliotrope. HEX triplet: D2, 89 and FE. RGB value is (210,137,254). Sum of RGB (Red+Green+Blue) = 210+137+254=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #D289FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D289FE is #2D7601. Grayscale: #ABABAB. Windows color (decimal): -2979330 or 16681426. OLE color: 16681426.
HSL color Cylindrical-coordinate representation of color #D289FE: hue angle of 277.44º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D289FE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 137 | 254 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.00 |
| HSL | 277.44º | 0.98% | 0.77% | - |
| HSV(B) | 277.44º | 0.46% | 1% | - |
| XYZ | 53.41 | 38.75 | 98.43 | - |
| YUV | 172.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 254 | 0.17 | 0.46 | 0 | 0.00 | 277.44 | 0.98 | 0.77 |
| Hex | D2 | 89 | FE | 11 | 2E | 0 | 0 | 115 | 62 | 4D |
| Octal | 322 | 211 | 376 | 21 | 56 | 0 | 0 | 425 | 142 | 115 |
| Binary | 11010010 | 10001001 | 11111110 | 10001 | 101110 | 0 | 0 | 100010101 | 1100010 | 1001101 |
Color Harmonies of #D289FE
Complementary color
Monochromatic Colors of #D289FE
Black with #D289FE
Text Example
Text Example
White with #D289FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289FE; }
p { color: rgb(210,137,254); }
H1.HeaderClassName
{
color: #D289FE;
}
.AnyTagClassName
{
color: #D289FE;
}
</style>
background-color css
<style>
a { background-color: #D289FE; }
a { background-color: rgb(210,137,254); }
div.DivClassName
{
background-color: #D289FE;
}
.BgClassName
{
background-color: #D289FE;
}
</style>
border-color css
<style>
span { border-color: #D289FE; }
span { border-color: rgb(210,137,254); }
td.TdClassName
{
border-color: #D289FE;
}
.TagClassName
{
border-color: #D289FE;
}
</style>