Shades of Heliotrope #D089FB
Tints of Heliotrope #D089FB
RGB
CMYK
RGB Variations
Color information
#D089FB (or 0xD089FB) is known color: Heliotrope. HEX triplet: D0, 89 and FB. RGB value is (208,137,251). Sum of RGB (Red+Green+Blue) = 208+137+251=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #D089FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089FB is #2F7604. Grayscale: #AAAAAA. Windows color (decimal): -3110405 or 16484816. OLE color: 16484816.
HSL color Cylindrical-coordinate representation of color #D089FB: hue angle of 277.37º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D089FB is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 137 | 251 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.02 |
| HSL | 277.37º | 0.93% | 0.76% | - |
| HSV(B) | 277.37º | 0.45% | 0.98% | - |
| XYZ | 52.37 | 38.27 | 95.89 | - |
| YUV | 171.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 251 | 0.17 | 0.45 | 0 | 0.02 | 277.37 | 0.93 | 0.76 |
| Hex | D0 | 89 | FB | 11 | 2D | 0 | 2 | 115 | 5D | 4C |
| Octal | 320 | 211 | 373 | 21 | 55 | 0 | 2 | 425 | 135 | 114 |
| Binary | 11010000 | 10001001 | 11111011 | 10001 | 101101 | 0 | 10 | 100010101 | 1011101 | 1001100 |
Color Harmonies of #D089FB
Complementary color
Monochromatic Colors of #D089FB
Black with #D089FB
Text Example
Text Example
White with #D089FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089FB; }
p { color: rgb(208,137,251); }
H1.HeaderClassName
{
color: #D089FB;
}
.AnyTagClassName
{
color: #D089FB;
}
</style>
background-color css
<style>
a { background-color: #D089FB; }
a { background-color: rgb(208,137,251); }
div.DivClassName
{
background-color: #D089FB;
}
.BgClassName
{
background-color: #D089FB;
}
</style>
border-color css
<style>
span { border-color: #D089FB; }
span { border-color: rgb(208,137,251); }
td.TdClassName
{
border-color: #D089FB;
}
.TagClassName
{
border-color: #D089FB;
}
</style>