Shades of Heliotrope #D483EF
Tints of Heliotrope #D483EF
RGB
CMYK
RGB Variations
Color information
#D483EF (or 0xD483EF) is known color: Heliotrope. HEX triplet: D4, 83 and EF. RGB value is (212,131,239). Sum of RGB (Red+Green+Blue) = 212+131+239=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #D483EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D483EF is #2B7C10. Grayscale: #A7A7A7. Windows color (decimal): -2849809 or 15696852. OLE color: 15696852.
HSL color Cylindrical-coordinate representation of color #D483EF: hue angle of 285º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D483EF is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 131 | 239 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.06 |
| HSL | 285º | 0.77% | 0.73% | - |
| HSV(B) | 285º | 0.45% | 0.94% | - |
| XYZ | 50.85 | 36.46 | 86.02 | - |
| YUV | 167.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 239 | 0.11 | 0.45 | 0 | 0.06 | 285 | 0.77 | 0.73 |
| Hex | D4 | 83 | EF | B | 2D | 0 | 6 | 11D | 4D | 49 |
| Octal | 324 | 203 | 357 | 13 | 55 | 0 | 6 | 435 | 115 | 111 |
| Binary | 11010100 | 10000011 | 11101111 | 1011 | 101101 | 0 | 110 | 100011101 | 1001101 | 1001001 |
Color Harmonies of #D483EF
Complementary color
Monochromatic Colors of #D483EF
Black with #D483EF
Text Example
Text Example
White with #D483EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483EF; }
p { color: rgb(212,131,239); }
H1.HeaderClassName
{
color: #D483EF;
}
.AnyTagClassName
{
color: #D483EF;
}
</style>
background-color css
<style>
a { background-color: #D483EF; }
a { background-color: rgb(212,131,239); }
div.DivClassName
{
background-color: #D483EF;
}
.BgClassName
{
background-color: #D483EF;
}
</style>
border-color css
<style>
span { border-color: #D483EF; }
span { border-color: rgb(212,131,239); }
td.TdClassName
{
border-color: #D483EF;
}
.TagClassName
{
border-color: #D483EF;
}
</style>