Shades of Heliotrope #D48FFF
Tints of Heliotrope #D48FFF
RGB
CMYK
RGB Variations
Color information
#D48FFF (or 0xD48FFF) is known color: Heliotrope. HEX triplet: D4, 8F and FF. RGB value is (212,143,255). Sum of RGB (Red+Green+Blue) = 212+143+255=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFF is #2B7000. Grayscale: #B0B0B0. Windows color (decimal): -2846721 or 16748500. OLE color: 16748500.
HSL color Cylindrical-coordinate representation of color #D48FFF: hue angle of 276.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48FFF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 143 | 255 | - |
| CMYK | 0.17 | 0.44 | 0 | 0 |
| HSL | 276.96º | 1% | 0.78% | - |
| HSV(B) | 276.96º | 0.44% | 1% | - |
| XYZ | 55.02 | 40.86 | 99.59 | - |
| YUV | 176.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 255 | 0.17 | 0.44 | 0 | 0 | 276.96 | 1 | 0.78 |
| Hex | D4 | 8F | FF | 11 | 2C | 0 | 0 | 115 | 64 | 4E |
| Octal | 324 | 217 | 377 | 21 | 54 | 0 | 0 | 425 | 144 | 116 |
| Binary | 11010100 | 10001111 | 11111111 | 10001 | 101100 | 0 | 0 | 100010101 | 1100100 | 1001110 |
Color Harmonies of #D48FFF
Complementary color
Monochromatic Colors of #D48FFF
Black with #D48FFF
Text Example
Text Example
White with #D48FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FFF; }
p { color: rgb(212,143,255); }
H1.HeaderClassName
{
color: #D48FFF;
}
.AnyTagClassName
{
color: #D48FFF;
}
</style>
background-color css
<style>
a { background-color: #D48FFF; }
a { background-color: rgb(212,143,255); }
div.DivClassName
{
background-color: #D48FFF;
}
.BgClassName
{
background-color: #D48FFF;
}
</style>
border-color css
<style>
span { border-color: #D48FFF; }
span { border-color: rgb(212,143,255); }
td.TdClassName
{
border-color: #D48FFF;
}
.TagClassName
{
border-color: #D48FFF;
}
</style>