Shades of Heliotrope #D084FE
Tints of Heliotrope #D084FE
RGB
CMYK
RGB Variations
Color information
#D084FE (or 0xD084FE) is known color: Heliotrope. HEX triplet: D0, 84 and FE. RGB value is (208,132,254). Sum of RGB (Red+Green+Blue) = 208+132+254=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #D084FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084FE is #2F7B01. Grayscale: #A8A8A8. Windows color (decimal): -3111682 or 16680144. OLE color: 16680144.
HSL color Cylindrical-coordinate representation of color #D084FE: hue angle of 277.38º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D084FE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 132 | 254 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.00 |
| HSL | 277.38º | 0.98% | 0.76% | - |
| HSV(B) | 277.38º | 0.48% | 1% | - |
| XYZ | 52.15 | 37.07 | 98.17 | - |
| YUV | 168.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 254 | 0.18 | 0.48 | 0 | 0.00 | 277.38 | 0.98 | 0.76 |
| Hex | D0 | 84 | FE | 12 | 30 | 0 | 0 | 115 | 62 | 4C |
| Octal | 320 | 204 | 376 | 22 | 60 | 0 | 0 | 425 | 142 | 114 |
| Binary | 11010000 | 10000100 | 11111110 | 10010 | 110000 | 0 | 0 | 100010101 | 1100010 | 1001100 |
Color Harmonies of #D084FE
Complementary color
Monochromatic Colors of #D084FE
Black with #D084FE
Text Example
Text Example
White with #D084FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084FE; }
p { color: rgb(208,132,254); }
H1.HeaderClassName
{
color: #D084FE;
}
.AnyTagClassName
{
color: #D084FE;
}
</style>
background-color css
<style>
a { background-color: #D084FE; }
a { background-color: rgb(208,132,254); }
div.DivClassName
{
background-color: #D084FE;
}
.BgClassName
{
background-color: #D084FE;
}
</style>
border-color css
<style>
span { border-color: #D084FE; }
span { border-color: rgb(208,132,254); }
td.TdClassName
{
border-color: #D084FE;
}
.TagClassName
{
border-color: #D084FE;
}
</style>