Shades of Heliotrope #D48DFE
Tints of Heliotrope #D48DFE
RGB
CMYK
RGB Variations
Color information
#D48DFE (or 0xD48DFE) is known color: Heliotrope. HEX triplet: D4, 8D and FE. RGB value is (212,141,254). Sum of RGB (Red+Green+Blue) = 212+141+254=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DFE is #2B7201. Grayscale: #AEAEAE. Windows color (decimal): -2847234 or 16682452. OLE color: 16682452.
HSL color Cylindrical-coordinate representation of color #D48DFE: hue angle of 277.7º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48DFE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 141 | 254 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.00 |
| HSL | 277.7º | 0.98% | 0.77% | - |
| HSV(B) | 277.7º | 0.44% | 1% | - |
| XYZ | 54.57 | 40.2 | 98.65 | - |
| YUV | 175.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 254 | 0.17 | 0.44 | 0 | 0.00 | 277.7 | 0.98 | 0.77 |
| Hex | D4 | 8D | FE | 11 | 2C | 0 | 0 | 116 | 62 | 4D |
| Octal | 324 | 215 | 376 | 21 | 54 | 0 | 0 | 426 | 142 | 115 |
| Binary | 11010100 | 10001101 | 11111110 | 10001 | 101100 | 0 | 0 | 100010110 | 1100010 | 1001101 |
Color Harmonies of #D48DFE
Complementary color
Monochromatic Colors of #D48DFE
Black with #D48DFE
Text Example
Text Example
White with #D48DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DFE; }
p { color: rgb(212,141,254); }
H1.HeaderClassName
{
color: #D48DFE;
}
.AnyTagClassName
{
color: #D48DFE;
}
</style>
background-color css
<style>
a { background-color: #D48DFE; }
a { background-color: rgb(212,141,254); }
div.DivClassName
{
background-color: #D48DFE;
}
.BgClassName
{
background-color: #D48DFE;
}
</style>
border-color css
<style>
span { border-color: #D48DFE; }
span { border-color: rgb(212,141,254); }
td.TdClassName
{
border-color: #D48DFE;
}
.TagClassName
{
border-color: #D48DFE;
}
</style>