Shades of Heliotrope #D256F0
Tints of Heliotrope #D256F0
RGB
CMYK
RGB Variations
Color information
#D256F0 (or 0xD256F0) is known color: Heliotrope. HEX triplet: D2, 56 and F0. RGB value is (210,86,240). Sum of RGB (Red+Green+Blue) = 210+86+240=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #D256F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256F0 is #2DA90F. Grayscale: #8C8C8C. Windows color (decimal): -2992400 or 15750866. OLE color: 15750866.
HSL color Cylindrical-coordinate representation of color #D256F0: hue angle of 288.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D256F0 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 86 | 240 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.06 |
| HSL | 288.31º | 0.84% | 0.64% | - |
| HSV(B) | 288.31º | 0.64% | 0.94% | - |
| XYZ | 45.63 | 26.65 | 85.18 | - |
| YUV | 140.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 240 | 0.12 | 0.64 | 0 | 0.06 | 288.31 | 0.84 | 0.64 |
| Hex | D2 | 56 | F0 | C | 40 | 0 | 6 | 120 | 54 | 40 |
| Octal | 322 | 126 | 360 | 14 | 100 | 0 | 6 | 440 | 124 | 100 |
| Binary | 11010010 | 1010110 | 11110000 | 1100 | 1000000 | 0 | 110 | 100100000 | 1010100 | 1000000 |
Color Harmonies of #D256F0
Complementary color
Monochromatic Colors of #D256F0
Black with #D256F0
Text Example
Text Example
White with #D256F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256F0; }
p { color: rgb(210,86,240); }
H1.HeaderClassName
{
color: #D256F0;
}
.AnyTagClassName
{
color: #D256F0;
}
</style>
background-color css
<style>
a { background-color: #D256F0; }
a { background-color: rgb(210,86,240); }
div.DivClassName
{
background-color: #D256F0;
}
.BgClassName
{
background-color: #D256F0;
}
</style>
border-color css
<style>
span { border-color: #D256F0; }
span { border-color: rgb(210,86,240); }
td.TdClassName
{
border-color: #D256F0;
}
.TagClassName
{
border-color: #D256F0;
}
</style>