Shades of Heliotrope #D275EB
Tints of Heliotrope #D275EB
RGB
CMYK
RGB Variations
Color information
#D275EB (or 0xD275EB) is known color: Heliotrope. HEX triplet: D2, 75 and EB. RGB value is (210,117,235). Sum of RGB (Red+Green+Blue) = 210+117+235=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #D275EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275EB is #2D8A14. Grayscale: #9D9D9D. Windows color (decimal): -2984469 or 15431122. OLE color: 15431122.
HSL color Cylindrical-coordinate representation of color #D275EB: hue angle of 287.29º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D275EB is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 117 | 235 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.08 |
| HSL | 287.29º | 0.75% | 0.69% | - |
| HSV(B) | 287.29º | 0.5% | 0.92% | - |
| XYZ | 47.94 | 32.42 | 82.33 | - |
| YUV | 158.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 235 | 0.11 | 0.50 | 0 | 0.08 | 287.29 | 0.75 | 0.69 |
| Hex | D2 | 75 | EB | B | 32 | 0 | 8 | 11F | 4B | 45 |
| Octal | 322 | 165 | 353 | 13 | 62 | 0 | 10 | 437 | 113 | 105 |
| Binary | 11010010 | 1110101 | 11101011 | 1011 | 110010 | 0 | 1000 | 100011111 | 1001011 | 1000101 |
Color Harmonies of #D275EB
Complementary color
Monochromatic Colors of #D275EB
Black with #D275EB
Text Example
Text Example
White with #D275EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275EB; }
p { color: rgb(210,117,235); }
H1.HeaderClassName
{
color: #D275EB;
}
.AnyTagClassName
{
color: #D275EB;
}
</style>
background-color css
<style>
a { background-color: #D275EB; }
a { background-color: rgb(210,117,235); }
div.DivClassName
{
background-color: #D275EB;
}
.BgClassName
{
background-color: #D275EB;
}
</style>
border-color css
<style>
span { border-color: #D275EB; }
span { border-color: rgb(210,117,235); }
td.TdClassName
{
border-color: #D275EB;
}
.TagClassName
{
border-color: #D275EB;
}
</style>