Shades of Heliotrope #D48DFB
Tints of Heliotrope #D48DFB
RGB
CMYK
RGB Variations
Color information
#D48DFB (or 0xD48DFB) is known color: Heliotrope. HEX triplet: D4, 8D and FB. RGB value is (212,141,251). Sum of RGB (Red+Green+Blue) = 212+141+251=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #D48DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DFB is #2B7204. Grayscale: #AEAEAE. Windows color (decimal): -2847237 or 16485844. OLE color: 16485844.
HSL color Cylindrical-coordinate representation of color #D48DFB: hue angle of 278.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48DFB is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 141 | 251 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.02 |
| HSL | 278.73º | 0.93% | 0.77% | - |
| HSV(B) | 278.73º | 0.44% | 0.98% | - |
| XYZ | 54.09 | 40.01 | 96.14 | - |
| YUV | 174.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 251 | 0.16 | 0.44 | 0 | 0.02 | 278.73 | 0.93 | 0.77 |
| Hex | D4 | 8D | FB | 10 | 2C | 0 | 2 | 117 | 5D | 4D |
| Octal | 324 | 215 | 373 | 20 | 54 | 0 | 2 | 427 | 135 | 115 |
| Binary | 11010100 | 10001101 | 11111011 | 10000 | 101100 | 0 | 10 | 100010111 | 1011101 | 1001101 |
Color Harmonies of #D48DFB
Complementary color
Monochromatic Colors of #D48DFB
Black with #D48DFB
Text Example
Text Example
White with #D48DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DFB; }
p { color: rgb(212,141,251); }
H1.HeaderClassName
{
color: #D48DFB;
}
.AnyTagClassName
{
color: #D48DFB;
}
</style>
background-color css
<style>
a { background-color: #D48DFB; }
a { background-color: rgb(212,141,251); }
div.DivClassName
{
background-color: #D48DFB;
}
.BgClassName
{
background-color: #D48DFB;
}
</style>
border-color css
<style>
span { border-color: #D48DFB; }
span { border-color: rgb(212,141,251); }
td.TdClassName
{
border-color: #D48DFB;
}
.TagClassName
{
border-color: #D48DFB;
}
</style>