Shades of Heliotrope #D089F2
Tints of Heliotrope #D089F2
RGB
CMYK
RGB Variations
Color information
#D089F2 (or 0xD089F2) is known color: Heliotrope. HEX triplet: D0, 89 and F2. RGB value is (208,137,242). Sum of RGB (Red+Green+Blue) = 208+137+242=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #D089F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089F2 is #2F760D. Grayscale: #A9A9A9. Windows color (decimal): -3110414 or 15894992. OLE color: 15894992.
HSL color Cylindrical-coordinate representation of color #D089F2: hue angle of 280.57º 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 #D089F2 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 137 | 242 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.05 |
| HSL | 280.57º | 0.8% | 0.74% | - |
| HSV(B) | 280.57º | 0.43% | 0.95% | - |
| XYZ | 50.99 | 37.71 | 88.6 | - |
| YUV | 170.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 242 | 0.14 | 0.43 | 0 | 0.05 | 280.57 | 0.8 | 0.74 |
| Hex | D0 | 89 | F2 | E | 2B | 0 | 5 | 119 | 50 | 4A |
| Octal | 320 | 211 | 362 | 16 | 53 | 0 | 5 | 431 | 120 | 112 |
| Binary | 11010000 | 10001001 | 11110010 | 1110 | 101011 | 0 | 101 | 100011001 | 1010000 | 1001010 |
Color Harmonies of #D089F2
Complementary color
Monochromatic Colors of #D089F2
Black with #D089F2
Text Example
Text Example
White with #D089F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089F2; }
p { color: rgb(208,137,242); }
H1.HeaderClassName
{
color: #D089F2;
}
.AnyTagClassName
{
color: #D089F2;
}
</style>
background-color css
<style>
a { background-color: #D089F2; }
a { background-color: rgb(208,137,242); }
div.DivClassName
{
background-color: #D089F2;
}
.BgClassName
{
background-color: #D089F2;
}
</style>
border-color css
<style>
span { border-color: #D089F2; }
span { border-color: rgb(208,137,242); }
td.TdClassName
{
border-color: #D089F2;
}
.TagClassName
{
border-color: #D089F2;
}
</style>