Shades of Heliotrope #D845FA
Tints of Heliotrope #D845FA
RGB
CMYK
RGB Variations
Color information
#D845FA (or 0xD845FA) is known color: Heliotrope. HEX triplet: D8, 45 and FA. RGB value is (216,69,250). Sum of RGB (Red+Green+Blue) = 216+69+250=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 69 (27.34% from 255 or 12.90% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #D845FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D845FA is #27BA05. Grayscale: #858585. Windows color (decimal): -2603526 or 16401880. OLE color: 16401880.
HSL color Cylindrical-coordinate representation of color #D845FA: hue angle of 288.73º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D845FA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 69 | 250 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.02 |
| HSL | 288.73º | 0.95% | 0.63% | - |
| HSV(B) | 288.73º | 0.72% | 0.98% | - |
| XYZ | 47.7 | 25.76 | 92.9 | - |
| YUV | 133.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 250 | 0.14 | 0.72 | 0 | 0.02 | 288.73 | 0.95 | 0.63 |
| Hex | D8 | 45 | FA | E | 48 | 0 | 2 | 121 | 5F | 3F |
| Octal | 330 | 105 | 372 | 16 | 110 | 0 | 2 | 441 | 137 | 77 |
| Binary | 11011000 | 1000101 | 11111010 | 1110 | 1001000 | 0 | 10 | 100100001 | 1011111 | 111111 |
Color Harmonies of #D845FA
Complementary color
Monochromatic Colors of #D845FA
Black with #D845FA
Text Example
Text Example
White with #D845FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845FA; }
p { color: rgb(216,69,250); }
H1.HeaderClassName
{
color: #D845FA;
}
.AnyTagClassName
{
color: #D845FA;
}
</style>
background-color css
<style>
a { background-color: #D845FA; }
a { background-color: rgb(216,69,250); }
div.DivClassName
{
background-color: #D845FA;
}
.BgClassName
{
background-color: #D845FA;
}
</style>
border-color css
<style>
span { border-color: #D845FA; }
span { border-color: rgb(216,69,250); }
td.TdClassName
{
border-color: #D845FA;
}
.TagClassName
{
border-color: #D845FA;
}
</style>