Shades of Heliotrope #D084FA
Tints of Heliotrope #D084FA
RGB
CMYK
RGB Variations
Color information
#D084FA (or 0xD084FA) is known color: Heliotrope. HEX triplet: D0, 84 and FA. RGB value is (208,132,250). Sum of RGB (Red+Green+Blue) = 208+132+250=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #D084FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084FA is #2F7B05. Grayscale: #A7A7A7. Windows color (decimal): -3111686 or 16418000. OLE color: 16418000.
HSL color Cylindrical-coordinate representation of color #D084FA: hue angle of 278.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D084FA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 132 | 250 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.02 |
| HSL | 278.64º | 0.92% | 0.75% | - |
| HSV(B) | 278.64º | 0.47% | 0.98% | - |
| XYZ | 51.52 | 36.81 | 94.83 | - |
| YUV | 168.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 250 | 0.17 | 0.47 | 0 | 0.02 | 278.64 | 0.92 | 0.75 |
| Hex | D0 | 84 | FA | 11 | 2F | 0 | 2 | 117 | 5C | 4B |
| Octal | 320 | 204 | 372 | 21 | 57 | 0 | 2 | 427 | 134 | 113 |
| Binary | 11010000 | 10000100 | 11111010 | 10001 | 101111 | 0 | 10 | 100010111 | 1011100 | 1001011 |
Color Harmonies of #D084FA
Complementary color
Monochromatic Colors of #D084FA
Black with #D084FA
Text Example
Text Example
White with #D084FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084FA; }
p { color: rgb(208,132,250); }
H1.HeaderClassName
{
color: #D084FA;
}
.AnyTagClassName
{
color: #D084FA;
}
</style>
background-color css
<style>
a { background-color: #D084FA; }
a { background-color: rgb(208,132,250); }
div.DivClassName
{
background-color: #D084FA;
}
.BgClassName
{
background-color: #D084FA;
}
</style>
border-color css
<style>
span { border-color: #D084FA; }
span { border-color: rgb(208,132,250); }
td.TdClassName
{
border-color: #D084FA;
}
.TagClassName
{
border-color: #D084FA;
}
</style>