Shades of Heliotrope #D289F2
Tints of Heliotrope #D289F2
RGB
CMYK
RGB Variations
Color information
#D289F2 (or 0xD289F2) is known color: Heliotrope. HEX triplet: D2, 89 and F2. RGB value is (210,137,242). Sum of RGB (Red+Green+Blue) = 210+137+242=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #D289F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D289F2 is #2D760D. Grayscale: #AAAAAA. Windows color (decimal): -2979342 or 15894994. OLE color: 15894994.
HSL color Cylindrical-coordinate representation of color #D289F2: hue angle of 281.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D289F2 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 137 | 242 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.05 |
| HSL | 281.71º | 0.8% | 0.74% | - |
| HSV(B) | 281.71º | 0.43% | 0.95% | - |
| XYZ | 51.55 | 38 | 88.62 | - |
| YUV | 170.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 242 | 0.13 | 0.43 | 0 | 0.05 | 281.71 | 0.8 | 0.74 |
| Hex | D2 | 89 | F2 | D | 2B | 0 | 5 | 11A | 50 | 4A |
| Octal | 322 | 211 | 362 | 15 | 53 | 0 | 5 | 432 | 120 | 112 |
| Binary | 11010010 | 10001001 | 11110010 | 1101 | 101011 | 0 | 101 | 100011010 | 1010000 | 1001010 |
Color Harmonies of #D289F2
Complementary color
Monochromatic Colors of #D289F2
Black with #D289F2
Text Example
Text Example
White with #D289F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289F2; }
p { color: rgb(210,137,242); }
H1.HeaderClassName
{
color: #D289F2;
}
.AnyTagClassName
{
color: #D289F2;
}
</style>
background-color css
<style>
a { background-color: #D289F2; }
a { background-color: rgb(210,137,242); }
div.DivClassName
{
background-color: #D289F2;
}
.BgClassName
{
background-color: #D289F2;
}
</style>
border-color css
<style>
span { border-color: #D289F2; }
span { border-color: rgb(210,137,242); }
td.TdClassName
{
border-color: #D289F2;
}
.TagClassName
{
border-color: #D289F2;
}
</style>