Shades of Heliotrope #D482EA
Tints of Heliotrope #D482EA
RGB
CMYK
RGB Variations
Color information
#D482EA (or 0xD482EA) is known color: Heliotrope. HEX triplet: D4, 82 and EA. RGB value is (212,130,234). Sum of RGB (Red+Green+Blue) = 212+130+234=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #D482EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482EA is #2B7D15. Grayscale: #A6A6A6. Windows color (decimal): -2850070 or 15368916. OLE color: 15368916.
HSL color Cylindrical-coordinate representation of color #D482EA: hue angle of 287.31º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D482EA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 130 | 234 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.08 |
| HSL | 287.31º | 0.71% | 0.71% | - |
| HSV(B) | 287.31º | 0.44% | 0.92% | - |
| XYZ | 49.99 | 35.9 | 82.14 | - |
| YUV | 166.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 234 | 0.09 | 0.44 | 0 | 0.08 | 287.31 | 0.71 | 0.71 |
| Hex | D4 | 82 | EA | 9 | 2C | 0 | 8 | 11F | 47 | 47 |
| Octal | 324 | 202 | 352 | 11 | 54 | 0 | 10 | 437 | 107 | 107 |
| Binary | 11010100 | 10000010 | 11101010 | 1001 | 101100 | 0 | 1000 | 100011111 | 1000111 | 1000111 |
Color Harmonies of #D482EA
Complementary color
Monochromatic Colors of #D482EA
Black with #D482EA
Text Example
Text Example
White with #D482EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D482EA; }
p { color: rgb(212,130,234); }
H1.HeaderClassName
{
color: #D482EA;
}
.AnyTagClassName
{
color: #D482EA;
}
</style>
background-color css
<style>
a { background-color: #D482EA; }
a { background-color: rgb(212,130,234); }
div.DivClassName
{
background-color: #D482EA;
}
.BgClassName
{
background-color: #D482EA;
}
</style>
border-color css
<style>
span { border-color: #D482EA; }
span { border-color: rgb(212,130,234); }
td.TdClassName
{
border-color: #D482EA;
}
.TagClassName
{
border-color: #D482EA;
}
</style>