Shades of Heliotrope #D256F2
Tints of Heliotrope #D256F2
RGB
CMYK
RGB Variations
Color information
#D256F2 (or 0xD256F2) is known color: Heliotrope. HEX triplet: D2, 56 and F2. RGB value is (210,86,242). Sum of RGB (Red+Green+Blue) = 210+86+242=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 86 (33.98% from 255 or 15.99% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #D256F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256F2 is #2DA90D. Grayscale: #8C8C8C. Windows color (decimal): -2992398 or 15881938. OLE color: 15881938.
HSL color Cylindrical-coordinate representation of color #D256F2: hue angle of 287.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D256F2 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 86 | 242 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.05 |
| HSL | 287.69º | 0.86% | 0.64% | - |
| HSV(B) | 287.69º | 0.64% | 0.95% | - |
| XYZ | 45.93 | 26.77 | 86.75 | - |
| YUV | 140.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 242 | 0.13 | 0.64 | 0 | 0.05 | 287.69 | 0.86 | 0.64 |
| Hex | D2 | 56 | F2 | D | 40 | 0 | 5 | 120 | 56 | 40 |
| Octal | 322 | 126 | 362 | 15 | 100 | 0 | 5 | 440 | 126 | 100 |
| Binary | 11010010 | 1010110 | 11110010 | 1101 | 1000000 | 0 | 101 | 100100000 | 1010110 | 1000000 |
Color Harmonies of #D256F2
Complementary color
Monochromatic Colors of #D256F2
Black with #D256F2
Text Example
Text Example
White with #D256F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256F2; }
p { color: rgb(210,86,242); }
H1.HeaderClassName
{
color: #D256F2;
}
.AnyTagClassName
{
color: #D256F2;
}
</style>
background-color css
<style>
a { background-color: #D256F2; }
a { background-color: rgb(210,86,242); }
div.DivClassName
{
background-color: #D256F2;
}
.BgClassName
{
background-color: #D256F2;
}
</style>
border-color css
<style>
span { border-color: #D256F2; }
span { border-color: rgb(210,86,242); }
td.TdClassName
{
border-color: #D256F2;
}
.TagClassName
{
border-color: #D256F2;
}
</style>