Shades of Heliotrope #D274EE
Tints of Heliotrope #D274EE
RGB
CMYK
RGB Variations
Color information
#D274EE (or 0xD274EE) is known color: Heliotrope. HEX triplet: D2, 74 and EE. RGB value is (210,116,238). Sum of RGB (Red+Green+Blue) = 210+116+238=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #D274EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D274EE is #2D8B11. Grayscale: #9D9D9D. Windows color (decimal): -2984722 or 15627474. OLE color: 15627474.
HSL color Cylindrical-coordinate representation of color #D274EE: hue angle of 286.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D274EE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 116 | 238 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.07 |
| HSL | 286.23º | 0.78% | 0.69% | - |
| HSV(B) | 286.23º | 0.51% | 0.93% | - |
| XYZ | 48.26 | 32.37 | 84.59 | - |
| YUV | 158.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 238 | 0.12 | 0.51 | 0 | 0.07 | 286.23 | 0.78 | 0.69 |
| Hex | D2 | 74 | EE | C | 33 | 0 | 7 | 11E | 4E | 45 |
| Octal | 322 | 164 | 356 | 14 | 63 | 0 | 7 | 436 | 116 | 105 |
| Binary | 11010010 | 1110100 | 11101110 | 1100 | 110011 | 0 | 111 | 100011110 | 1001110 | 1000101 |
Color Harmonies of #D274EE
Complementary color
Monochromatic Colors of #D274EE
Black with #D274EE
Text Example
Text Example
White with #D274EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274EE; }
p { color: rgb(210,116,238); }
H1.HeaderClassName
{
color: #D274EE;
}
.AnyTagClassName
{
color: #D274EE;
}
</style>
background-color css
<style>
a { background-color: #D274EE; }
a { background-color: rgb(210,116,238); }
div.DivClassName
{
background-color: #D274EE;
}
.BgClassName
{
background-color: #D274EE;
}
</style>
border-color css
<style>
span { border-color: #D274EE; }
span { border-color: rgb(210,116,238); }
td.TdClassName
{
border-color: #D274EE;
}
.TagClassName
{
border-color: #D274EE;
}
</style>