Shades of Heliotrope #D270EB
Tints of Heliotrope #D270EB
RGB
CMYK
RGB Variations
Color information
#D270EB (or 0xD270EB) is known color: Heliotrope. HEX triplet: D2, 70 and EB. RGB value is (210,112,235). Sum of RGB (Red+Green+Blue) = 210+112+235=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #D270EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270EB is #2D8F14. Grayscale: #9A9A9A. Windows color (decimal): -2985749 or 15429842. OLE color: 15429842.
HSL color Cylindrical-coordinate representation of color #D270EB: hue angle of 287.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D270EB is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 112 | 235 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.08 |
| HSL | 287.8º | 0.75% | 0.68% | - |
| HSV(B) | 287.8º | 0.52% | 0.92% | - |
| XYZ | 47.37 | 31.29 | 82.14 | - |
| YUV | 155.32 | 172.97 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 235 | 0.11 | 0.52 | 0 | 0.08 | 287.8 | 0.75 | 0.68 |
| Hex | D2 | 70 | EB | B | 34 | 0 | 8 | 120 | 4B | 44 |
| Octal | 322 | 160 | 353 | 13 | 64 | 0 | 10 | 440 | 113 | 104 |
| Binary | 11010010 | 1110000 | 11101011 | 1011 | 110100 | 0 | 1000 | 100100000 | 1001011 | 1000100 |
Color Harmonies of #D270EB
Complementary color
Monochromatic Colors of #D270EB
Black with #D270EB
Text Example
Text Example
White with #D270EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270EB; }
p { color: rgb(210,112,235); }
H1.HeaderClassName
{
color: #D270EB;
}
.AnyTagClassName
{
color: #D270EB;
}
</style>
background-color css
<style>
a { background-color: #D270EB; }
a { background-color: rgb(210,112,235); }
div.DivClassName
{
background-color: #D270EB;
}
.BgClassName
{
background-color: #D270EB;
}
</style>
border-color css
<style>
span { border-color: #D270EB; }
span { border-color: rgb(210,112,235); }
td.TdClassName
{
border-color: #D270EB;
}
.TagClassName
{
border-color: #D270EB;
}
</style>