Shades of Heliotrope #D674EE
Tints of Heliotrope #D674EE
RGB
CMYK
RGB Variations
Color information
#D674EE (or 0xD674EE) is known color: Heliotrope. HEX triplet: D6, 74 and EE. RGB value is (214,116,238). Sum of RGB (Red+Green+Blue) = 214+116+238=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #D674EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674EE is #298B11. Grayscale: #9E9E9E. Windows color (decimal): -2722578 or 15627478. OLE color: 15627478.
HSL color Cylindrical-coordinate representation of color #D674EE: hue angle of 288.2º 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 #D674EE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 116 | 238 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.07 |
| HSL | 288.2º | 0.78% | 0.69% | - |
| HSV(B) | 288.2º | 0.51% | 0.93% | - |
| XYZ | 49.41 | 32.96 | 84.65 | - |
| YUV | 159.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 238 | 0.10 | 0.51 | 0 | 0.07 | 288.2 | 0.78 | 0.69 |
| Hex | D6 | 74 | EE | A | 33 | 0 | 7 | 120 | 4E | 45 |
| Octal | 326 | 164 | 356 | 12 | 63 | 0 | 7 | 440 | 116 | 105 |
| Binary | 11010110 | 1110100 | 11101110 | 1010 | 110011 | 0 | 111 | 100100000 | 1001110 | 1000101 |
Color Harmonies of #D674EE
Complementary color
Monochromatic Colors of #D674EE
Black with #D674EE
Text Example
Text Example
White with #D674EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674EE; }
p { color: rgb(214,116,238); }
H1.HeaderClassName
{
color: #D674EE;
}
.AnyTagClassName
{
color: #D674EE;
}
</style>
background-color css
<style>
a { background-color: #D674EE; }
a { background-color: rgb(214,116,238); }
div.DivClassName
{
background-color: #D674EE;
}
.BgClassName
{
background-color: #D674EE;
}
</style>
border-color css
<style>
span { border-color: #D674EE; }
span { border-color: rgb(214,116,238); }
td.TdClassName
{
border-color: #D674EE;
}
.TagClassName
{
border-color: #D674EE;
}
</style>