Shades of Heliotrope #D270EF
Tints of Heliotrope #D270EF
RGB
CMYK
RGB Variations
Color information
#D270EF (or 0xD270EF) is known color: Heliotrope. HEX triplet: D2, 70 and EF. RGB value is (210,112,239). Sum of RGB (Red+Green+Blue) = 210+112+239=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #D270EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270EF is #2D8F10. Grayscale: #9B9B9B. Windows color (decimal): -2985745 or 15691986. OLE color: 15691986.
HSL color Cylindrical-coordinate representation of color #D270EF: hue angle of 286.3º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D270EF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 112 | 239 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.06 |
| HSL | 286.3º | 0.8% | 0.69% | - |
| HSV(B) | 286.3º | 0.53% | 0.94% | - |
| XYZ | 47.95 | 31.52 | 85.22 | - |
| YUV | 155.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 239 | 0.12 | 0.53 | 0 | 0.06 | 286.3 | 0.8 | 0.69 |
| Hex | D2 | 70 | EF | C | 35 | 0 | 6 | 11E | 50 | 45 |
| Octal | 322 | 160 | 357 | 14 | 65 | 0 | 6 | 436 | 120 | 105 |
| Binary | 11010010 | 1110000 | 11101111 | 1100 | 110101 | 0 | 110 | 100011110 | 1010000 | 1000101 |
Color Harmonies of #D270EF
Complementary color
Monochromatic Colors of #D270EF
Black with #D270EF
Text Example
Text Example
White with #D270EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270EF; }
p { color: rgb(210,112,239); }
H1.HeaderClassName
{
color: #D270EF;
}
.AnyTagClassName
{
color: #D270EF;
}
</style>
background-color css
<style>
a { background-color: #D270EF; }
a { background-color: rgb(210,112,239); }
div.DivClassName
{
background-color: #D270EF;
}
.BgClassName
{
background-color: #D270EF;
}
</style>
border-color css
<style>
span { border-color: #D270EF; }
span { border-color: rgb(210,112,239); }
td.TdClassName
{
border-color: #D270EF;
}
.TagClassName
{
border-color: #D270EF;
}
</style>