Shades of Heliotrope #D488EE
Tints of Heliotrope #D488EE
RGB
CMYK
RGB Variations
Color information
#D488EE (or 0xD488EE) is known color: Heliotrope. HEX triplet: D4, 88 and EE. RGB value is (212,136,238). Sum of RGB (Red+Green+Blue) = 212+136+238=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #D488EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D488EE is #2B7711. Grayscale: #AAAAAA. Windows color (decimal): -2848530 or 15632596. OLE color: 15632596.
HSL color Cylindrical-coordinate representation of color #D488EE: hue angle of 284.71º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D488EE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 136 | 238 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.07 |
| HSL | 284.71º | 0.75% | 0.73% | - |
| HSV(B) | 284.71º | 0.43% | 0.93% | - |
| XYZ | 51.39 | 37.78 | 85.47 | - |
| YUV | 170.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 238 | 0.11 | 0.43 | 0 | 0.07 | 284.71 | 0.75 | 0.73 |
| Hex | D4 | 88 | EE | B | 2B | 0 | 7 | 11D | 4B | 49 |
| Octal | 324 | 210 | 356 | 13 | 53 | 0 | 7 | 435 | 113 | 111 |
| Binary | 11010100 | 10001000 | 11101110 | 1011 | 101011 | 0 | 111 | 100011101 | 1001011 | 1001001 |
Color Harmonies of #D488EE
Complementary color
Monochromatic Colors of #D488EE
Black with #D488EE
Text Example
Text Example
White with #D488EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D488EE; }
p { color: rgb(212,136,238); }
H1.HeaderClassName
{
color: #D488EE;
}
.AnyTagClassName
{
color: #D488EE;
}
</style>
background-color css
<style>
a { background-color: #D488EE; }
a { background-color: rgb(212,136,238); }
div.DivClassName
{
background-color: #D488EE;
}
.BgClassName
{
background-color: #D488EE;
}
</style>
border-color css
<style>
span { border-color: #D488EE; }
span { border-color: rgb(212,136,238); }
td.TdClassName
{
border-color: #D488EE;
}
.TagClassName
{
border-color: #D488EE;
}
</style>