Shades of Heliotrope #D674EA
Tints of Heliotrope #D674EA
RGB
CMYK
RGB Variations
Color information
#D674EA (or 0xD674EA) is known color: Heliotrope. HEX triplet: D6, 74 and EA. RGB value is (214,116,234). Sum of RGB (Red+Green+Blue) = 214+116+234=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #D674EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674EA is #298B15. Grayscale: #9E9E9E. Windows color (decimal): -2722582 or 15365334. OLE color: 15365334.
HSL color Cylindrical-coordinate representation of color #D674EA: hue angle of 289.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D674EA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 116 | 234 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.08 |
| HSL | 289.83º | 0.74% | 0.69% | - |
| HSV(B) | 289.83º | 0.5% | 0.92% | - |
| XYZ | 48.83 | 32.73 | 81.59 | - |
| YUV | 158.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 234 | 0.09 | 0.50 | 0 | 0.08 | 289.83 | 0.74 | 0.69 |
| Hex | D6 | 74 | EA | 9 | 32 | 0 | 8 | 122 | 4A | 45 |
| Octal | 326 | 164 | 352 | 11 | 62 | 0 | 10 | 442 | 112 | 105 |
| Binary | 11010110 | 1110100 | 11101010 | 1001 | 110010 | 0 | 1000 | 100100010 | 1001010 | 1000101 |
Color Harmonies of #D674EA
Complementary color
Monochromatic Colors of #D674EA
Black with #D674EA
Text Example
Text Example
White with #D674EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674EA; }
p { color: rgb(214,116,234); }
H1.HeaderClassName
{
color: #D674EA;
}
.AnyTagClassName
{
color: #D674EA;
}
</style>
background-color css
<style>
a { background-color: #D674EA; }
a { background-color: rgb(214,116,234); }
div.DivClassName
{
background-color: #D674EA;
}
.BgClassName
{
background-color: #D674EA;
}
</style>
border-color css
<style>
span { border-color: #D674EA; }
span { border-color: rgb(214,116,234); }
td.TdClassName
{
border-color: #D674EA;
}
.TagClassName
{
border-color: #D674EA;
}
</style>