Shades of Heliotrope #D270EE
Tints of Heliotrope #D270EE
RGB
CMYK
RGB Variations
Color information
#D270EE (or 0xD270EE) is known color: Heliotrope. HEX triplet: D2, 70 and EE. RGB value is (210,112,238). Sum of RGB (Red+Green+Blue) = 210+112+238=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #D270EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270EE is #2D8F11. Grayscale: #9B9B9B. Windows color (decimal): -2985746 or 15626450. OLE color: 15626450.
HSL color Cylindrical-coordinate representation of color #D270EE: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D270EE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 112 | 238 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.07 |
| HSL | 286.67º | 0.79% | 0.69% | - |
| HSV(B) | 286.67º | 0.53% | 0.93% | - |
| XYZ | 47.81 | 31.46 | 84.44 | - |
| YUV | 155.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 238 | 0.12 | 0.53 | 0 | 0.07 | 286.67 | 0.79 | 0.69 |
| Hex | D2 | 70 | EE | C | 35 | 0 | 7 | 11F | 4F | 45 |
| Octal | 322 | 160 | 356 | 14 | 65 | 0 | 7 | 437 | 117 | 105 |
| Binary | 11010010 | 1110000 | 11101110 | 1100 | 110101 | 0 | 111 | 100011111 | 1001111 | 1000101 |
Color Harmonies of #D270EE
Complementary color
Monochromatic Colors of #D270EE
Black with #D270EE
Text Example
Text Example
White with #D270EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270EE; }
p { color: rgb(210,112,238); }
H1.HeaderClassName
{
color: #D270EE;
}
.AnyTagClassName
{
color: #D270EE;
}
</style>
background-color css
<style>
a { background-color: #D270EE; }
a { background-color: rgb(210,112,238); }
div.DivClassName
{
background-color: #D270EE;
}
.BgClassName
{
background-color: #D270EE;
}
</style>
border-color css
<style>
span { border-color: #D270EE; }
span { border-color: rgb(210,112,238); }
td.TdClassName
{
border-color: #D270EE;
}
.TagClassName
{
border-color: #D270EE;
}
</style>