Shades of Heliotrope #D284F4
Tints of Heliotrope #D284F4
RGB
CMYK
RGB Variations
Color information
#D284F4 (or 0xD284F4) is known color: Heliotrope. HEX triplet: D2, 84 and F4. RGB value is (210,132,244). Sum of RGB (Red+Green+Blue) = 210+132+244=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #D284F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D284F4 is #2D7B0B. Grayscale: #A7A7A7. Windows color (decimal): -2980620 or 16024786. OLE color: 16024786.
HSL color Cylindrical-coordinate representation of color #D284F4: hue angle of 281.79º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D284F4 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 132 | 244 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.04 |
| HSL | 281.79º | 0.84% | 0.74% | - |
| HSV(B) | 281.79º | 0.46% | 0.96% | - |
| XYZ | 51.16 | 36.74 | 89.98 | - |
| YUV | 168.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 244 | 0.14 | 0.46 | 0 | 0.04 | 281.79 | 0.84 | 0.74 |
| Hex | D2 | 84 | F4 | E | 2E | 0 | 4 | 11A | 54 | 4A |
| Octal | 322 | 204 | 364 | 16 | 56 | 0 | 4 | 432 | 124 | 112 |
| Binary | 11010010 | 10000100 | 11110100 | 1110 | 101110 | 0 | 100 | 100011010 | 1010100 | 1001010 |
Color Harmonies of #D284F4
Complementary color
Monochromatic Colors of #D284F4
Black with #D284F4
Text Example
Text Example
White with #D284F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284F4; }
p { color: rgb(210,132,244); }
H1.HeaderClassName
{
color: #D284F4;
}
.AnyTagClassName
{
color: #D284F4;
}
</style>
background-color css
<style>
a { background-color: #D284F4; }
a { background-color: rgb(210,132,244); }
div.DivClassName
{
background-color: #D284F4;
}
.BgClassName
{
background-color: #D284F4;
}
</style>
border-color css
<style>
span { border-color: #D284F4; }
span { border-color: rgb(210,132,244); }
td.TdClassName
{
border-color: #D284F4;
}
.TagClassName
{
border-color: #D284F4;
}
</style>