Shades of Heliotrope #D089FC
Tints of Heliotrope #D089FC
RGB
CMYK
RGB Variations
Color information
#D089FC (or 0xD089FC) is known color: Heliotrope. HEX triplet: D0, 89 and FC. RGB value is (208,137,252). Sum of RGB (Red+Green+Blue) = 208+137+252=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #D089FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089FC is #2F7603. Grayscale: #AAAAAA. Windows color (decimal): -3110404 or 16550352. OLE color: 16550352.
HSL color Cylindrical-coordinate representation of color #D089FC: hue angle of 277.04º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D089FC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 137 | 252 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.01 |
| HSL | 277.04º | 0.95% | 0.76% | - |
| HSV(B) | 277.04º | 0.46% | 0.99% | - |
| XYZ | 52.53 | 38.33 | 96.73 | - |
| YUV | 171.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 252 | 0.17 | 0.46 | 0 | 0.01 | 277.04 | 0.95 | 0.76 |
| Hex | D0 | 89 | FC | 11 | 2E | 0 | 1 | 115 | 5F | 4C |
| Octal | 320 | 211 | 374 | 21 | 56 | 0 | 1 | 425 | 137 | 114 |
| Binary | 11010000 | 10001001 | 11111100 | 10001 | 101110 | 0 | 1 | 100010101 | 1011111 | 1001100 |
Color Harmonies of #D089FC
Complementary color
Monochromatic Colors of #D089FC
Black with #D089FC
Text Example
Text Example
White with #D089FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089FC; }
p { color: rgb(208,137,252); }
H1.HeaderClassName
{
color: #D089FC;
}
.AnyTagClassName
{
color: #D089FC;
}
</style>
background-color css
<style>
a { background-color: #D089FC; }
a { background-color: rgb(208,137,252); }
div.DivClassName
{
background-color: #D089FC;
}
.BgClassName
{
background-color: #D089FC;
}
</style>
border-color css
<style>
span { border-color: #D089FC; }
span { border-color: rgb(208,137,252); }
td.TdClassName
{
border-color: #D089FC;
}
.TagClassName
{
border-color: #D089FC;
}
</style>