Shades of Heliotrope #D280EE
Tints of Heliotrope #D280EE
RGB
CMYK
RGB Variations
Color information
#D280EE (or 0xD280EE) is known color: Heliotrope. HEX triplet: D2, 80 and EE. RGB value is (210,128,238). Sum of RGB (Red+Green+Blue) = 210+128+238=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #D280EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280EE is #2D7F11. Grayscale: #A4A4A4. Windows color (decimal): -2981650 or 15630546. OLE color: 15630546.
HSL color Cylindrical-coordinate representation of color #D280EE: hue angle of 284.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D280EE is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 128 | 238 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.07 |
| HSL | 284.73º | 0.76% | 0.72% | - |
| HSV(B) | 284.73º | 0.46% | 0.93% | - |
| XYZ | 49.73 | 35.31 | 85.08 | - |
| YUV | 165.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 238 | 0.12 | 0.46 | 0 | 0.07 | 284.73 | 0.76 | 0.72 |
| Hex | D2 | 80 | EE | C | 2E | 0 | 7 | 11D | 4C | 48 |
| Octal | 322 | 200 | 356 | 14 | 56 | 0 | 7 | 435 | 114 | 110 |
| Binary | 11010010 | 10000000 | 11101110 | 1100 | 101110 | 0 | 111 | 100011101 | 1001100 | 1001000 |
Color Harmonies of #D280EE
Complementary color
Monochromatic Colors of #D280EE
Black with #D280EE
Text Example
Text Example
White with #D280EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280EE; }
p { color: rgb(210,128,238); }
H1.HeaderClassName
{
color: #D280EE;
}
.AnyTagClassName
{
color: #D280EE;
}
</style>
background-color css
<style>
a { background-color: #D280EE; }
a { background-color: rgb(210,128,238); }
div.DivClassName
{
background-color: #D280EE;
}
.BgClassName
{
background-color: #D280EE;
}
</style>
border-color css
<style>
span { border-color: #D280EE; }
span { border-color: rgb(210,128,238); }
td.TdClassName
{
border-color: #D280EE;
}
.TagClassName
{
border-color: #D280EE;
}
</style>