Shades of Heliotrope #D084FB
Tints of Heliotrope #D084FB
RGB
CMYK
RGB Variations
Color information
#D084FB (or 0xD084FB) is known color: Heliotrope. HEX triplet: D0, 84 and FB. RGB value is (208,132,251). Sum of RGB (Red+Green+Blue) = 208+132+251=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #D084FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084FB is #2F7B04. Grayscale: #A7A7A7. Windows color (decimal): -3111685 or 16483536. OLE color: 16483536.
HSL color Cylindrical-coordinate representation of color #D084FB: hue angle of 278.32º degrees, saturation: 0.94, 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 #D084FB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 132 | 251 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.02 |
| HSL | 278.32º | 0.94% | 0.75% | - |
| HSV(B) | 278.32º | 0.47% | 0.98% | - |
| XYZ | 51.68 | 36.88 | 95.66 | - |
| YUV | 168.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 251 | 0.17 | 0.47 | 0 | 0.02 | 278.32 | 0.94 | 0.75 |
| Hex | D0 | 84 | FB | 11 | 2F | 0 | 2 | 116 | 5E | 4B |
| Octal | 320 | 204 | 373 | 21 | 57 | 0 | 2 | 426 | 136 | 113 |
| Binary | 11010000 | 10000100 | 11111011 | 10001 | 101111 | 0 | 10 | 100010110 | 1011110 | 1001011 |
Color Harmonies of #D084FB
Complementary color
Monochromatic Colors of #D084FB
Black with #D084FB
Text Example
Text Example
White with #D084FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084FB; }
p { color: rgb(208,132,251); }
H1.HeaderClassName
{
color: #D084FB;
}
.AnyTagClassName
{
color: #D084FB;
}
</style>
background-color css
<style>
a { background-color: #D084FB; }
a { background-color: rgb(208,132,251); }
div.DivClassName
{
background-color: #D084FB;
}
.BgClassName
{
background-color: #D084FB;
}
</style>
border-color css
<style>
span { border-color: #D084FB; }
span { border-color: rgb(208,132,251); }
td.TdClassName
{
border-color: #D084FB;
}
.TagClassName
{
border-color: #D084FB;
}
</style>