Shades of Heliotrope #D481EA
Tints of Heliotrope #D481EA
RGB
CMYK
RGB Variations
Color information
#D481EA (or 0xD481EA) is known color: Heliotrope. HEX triplet: D4, 81 and EA. RGB value is (212,129,234). Sum of RGB (Red+Green+Blue) = 212+129+234=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #D481EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481EA is #2B7E15. Grayscale: #A5A5A5. Windows color (decimal): -2850326 or 15368660. OLE color: 15368660.
HSL color Cylindrical-coordinate representation of color #D481EA: hue angle of 287.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D481EA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 129 | 234 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.08 |
| HSL | 287.43º | 0.71% | 0.71% | - |
| HSV(B) | 287.43º | 0.45% | 0.92% | - |
| XYZ | 49.85 | 35.64 | 82.09 | - |
| YUV | 165.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 234 | 0.09 | 0.45 | 0 | 0.08 | 287.43 | 0.71 | 0.71 |
| Hex | D4 | 81 | EA | 9 | 2D | 0 | 8 | 11F | 47 | 47 |
| Octal | 324 | 201 | 352 | 11 | 55 | 0 | 10 | 437 | 107 | 107 |
| Binary | 11010100 | 10000001 | 11101010 | 1001 | 101101 | 0 | 1000 | 100011111 | 1000111 | 1000111 |
Color Harmonies of #D481EA
Complementary color
Monochromatic Colors of #D481EA
Black with #D481EA
Text Example
Text Example
White with #D481EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481EA; }
p { color: rgb(212,129,234); }
H1.HeaderClassName
{
color: #D481EA;
}
.AnyTagClassName
{
color: #D481EA;
}
</style>
background-color css
<style>
a { background-color: #D481EA; }
a { background-color: rgb(212,129,234); }
div.DivClassName
{
background-color: #D481EA;
}
.BgClassName
{
background-color: #D481EA;
}
</style>
border-color css
<style>
span { border-color: #D481EA; }
span { border-color: rgb(212,129,234); }
td.TdClassName
{
border-color: #D481EA;
}
.TagClassName
{
border-color: #D481EA;
}
</style>