Shades of Heliotrope #D088F3
Tints of Heliotrope #D088F3
RGB
CMYK
RGB Variations
Color information
#D088F3 (or 0xD088F3) is known color: Heliotrope. HEX triplet: D0, 88 and F3. RGB value is (208,136,243). Sum of RGB (Red+Green+Blue) = 208+136+243=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #D088F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D088F3 is #2F770C. Grayscale: #A9A9A9. Windows color (decimal): -3110669 or 15960272. OLE color: 15960272.
HSL color Cylindrical-coordinate representation of color #D088F3: hue angle of 280.37º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D088F3 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 136 | 243 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.05 |
| HSL | 280.37º | 0.82% | 0.74% | - |
| HSV(B) | 280.37º | 0.44% | 0.95% | - |
| XYZ | 50.99 | 37.49 | 89.34 | - |
| YUV | 169.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 243 | 0.14 | 0.44 | 0 | 0.05 | 280.37 | 0.82 | 0.74 |
| Hex | D0 | 88 | F3 | E | 2C | 0 | 5 | 118 | 52 | 4A |
| Octal | 320 | 210 | 363 | 16 | 54 | 0 | 5 | 430 | 122 | 112 |
| Binary | 11010000 | 10001000 | 11110011 | 1110 | 101100 | 0 | 101 | 100011000 | 1010010 | 1001010 |
Color Harmonies of #D088F3
Complementary color
Monochromatic Colors of #D088F3
Black with #D088F3
Text Example
Text Example
White with #D088F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088F3; }
p { color: rgb(208,136,243); }
H1.HeaderClassName
{
color: #D088F3;
}
.AnyTagClassName
{
color: #D088F3;
}
</style>
background-color css
<style>
a { background-color: #D088F3; }
a { background-color: rgb(208,136,243); }
div.DivClassName
{
background-color: #D088F3;
}
.BgClassName
{
background-color: #D088F3;
}
</style>
border-color css
<style>
span { border-color: #D088F3; }
span { border-color: rgb(208,136,243); }
td.TdClassName
{
border-color: #D088F3;
}
.TagClassName
{
border-color: #D088F3;
}
</style>