Shades of Heliotrope #D488F2
Tints of Heliotrope #D488F2
RGB
CMYK
RGB Variations
Color information
#D488F2 (or 0xD488F2) is known color: Heliotrope. HEX triplet: D4, 88 and F2. RGB value is (212,136,242). Sum of RGB (Red+Green+Blue) = 212+136+242=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #D488F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D488F2 is #2B770D. Grayscale: #AAAAAA. Windows color (decimal): -2848526 or 15894740. OLE color: 15894740.
HSL color Cylindrical-coordinate representation of color #D488F2: hue angle of 283.02º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D488F2 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 136 | 242 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.05 |
| HSL | 283.02º | 0.8% | 0.74% | - |
| HSV(B) | 283.02º | 0.44% | 0.95% | - |
| XYZ | 51.98 | 38.02 | 88.6 | - |
| YUV | 170.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 242 | 0.12 | 0.44 | 0 | 0.05 | 283.02 | 0.8 | 0.74 |
| Hex | D4 | 88 | F2 | C | 2C | 0 | 5 | 11B | 50 | 4A |
| Octal | 324 | 210 | 362 | 14 | 54 | 0 | 5 | 433 | 120 | 112 |
| Binary | 11010100 | 10001000 | 11110010 | 1100 | 101100 | 0 | 101 | 100011011 | 1010000 | 1001010 |
Color Harmonies of #D488F2
Complementary color
Monochromatic Colors of #D488F2
Black with #D488F2
Text Example
Text Example
White with #D488F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D488F2; }
p { color: rgb(212,136,242); }
H1.HeaderClassName
{
color: #D488F2;
}
.AnyTagClassName
{
color: #D488F2;
}
</style>
background-color css
<style>
a { background-color: #D488F2; }
a { background-color: rgb(212,136,242); }
div.DivClassName
{
background-color: #D488F2;
}
.BgClassName
{
background-color: #D488F2;
}
</style>
border-color css
<style>
span { border-color: #D488F2; }
span { border-color: rgb(212,136,242); }
td.TdClassName
{
border-color: #D488F2;
}
.TagClassName
{
border-color: #D488F2;
}
</style>