Shades of Heliotrope #D085F3
Tints of Heliotrope #D085F3
RGB
CMYK
RGB Variations
Color information
#D085F3 (or 0xD085F3) is known color: Heliotrope. HEX triplet: D0, 85 and F3. RGB value is (208,133,243). Sum of RGB (Red+Green+Blue) = 208+133+243=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #D085F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085F3 is #2F7A0C. Grayscale: #A7A7A7. Windows color (decimal): -3111437 or 15959504. OLE color: 15959504.
HSL color Cylindrical-coordinate representation of color #D085F3: hue angle of 280.91º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D085F3 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 133 | 243 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.05 |
| HSL | 280.91º | 0.82% | 0.74% | - |
| HSV(B) | 280.91º | 0.45% | 0.95% | - |
| XYZ | 50.58 | 36.66 | 89.2 | - |
| YUV | 167.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 243 | 0.14 | 0.45 | 0 | 0.05 | 280.91 | 0.82 | 0.74 |
| Hex | D0 | 85 | F3 | E | 2D | 0 | 5 | 119 | 52 | 4A |
| Octal | 320 | 205 | 363 | 16 | 55 | 0 | 5 | 431 | 122 | 112 |
| Binary | 11010000 | 10000101 | 11110011 | 1110 | 101101 | 0 | 101 | 100011001 | 1010010 | 1001010 |
Color Harmonies of #D085F3
Complementary color
Monochromatic Colors of #D085F3
Black with #D085F3
Text Example
Text Example
White with #D085F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085F3; }
p { color: rgb(208,133,243); }
H1.HeaderClassName
{
color: #D085F3;
}
.AnyTagClassName
{
color: #D085F3;
}
</style>
background-color css
<style>
a { background-color: #D085F3; }
a { background-color: rgb(208,133,243); }
div.DivClassName
{
background-color: #D085F3;
}
.BgClassName
{
background-color: #D085F3;
}
</style>
border-color css
<style>
span { border-color: #D085F3; }
span { border-color: rgb(208,133,243); }
td.TdClassName
{
border-color: #D085F3;
}
.TagClassName
{
border-color: #D085F3;
}
</style>