Shades of Heliotrope #D385FA
Tints of Heliotrope #D385FA
RGB
CMYK
RGB Variations
Color information
#D385FA (or 0xD385FA) is known color: Heliotrope. HEX triplet: D3, 85 and FA. RGB value is (211,133,250). Sum of RGB (Red+Green+Blue) = 211+133+250=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #D385FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385FA is #2C7A05. Grayscale: #A9A9A9. Windows color (decimal): -2914822 or 16418259. OLE color: 16418259.
HSL color Cylindrical-coordinate representation of color #D385FA: hue angle of 280º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D385FA is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 133 | 250 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.02 |
| HSL | 280º | 0.92% | 0.75% | - |
| HSV(B) | 280º | 0.47% | 0.98% | - |
| XYZ | 52.51 | 37.53 | 94.92 | - |
| YUV | 169.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 250 | 0.16 | 0.47 | 0 | 0.02 | 280 | 0.92 | 0.75 |
| Hex | D3 | 85 | FA | 10 | 2F | 0 | 2 | 118 | 5C | 4B |
| Octal | 323 | 205 | 372 | 20 | 57 | 0 | 2 | 430 | 134 | 113 |
| Binary | 11010011 | 10000101 | 11111010 | 10000 | 101111 | 0 | 10 | 100011000 | 1011100 | 1001011 |
Color Harmonies of #D385FA
Complementary color
Monochromatic Colors of #D385FA
Black with #D385FA
Text Example
Text Example
White with #D385FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385FA; }
p { color: rgb(211,133,250); }
H1.HeaderClassName
{
color: #D385FA;
}
.AnyTagClassName
{
color: #D385FA;
}
</style>
background-color css
<style>
a { background-color: #D385FA; }
a { background-color: rgb(211,133,250); }
div.DivClassName
{
background-color: #D385FA;
}
.BgClassName
{
background-color: #D385FA;
}
</style>
border-color css
<style>
span { border-color: #D385FA; }
span { border-color: rgb(211,133,250); }
td.TdClassName
{
border-color: #D385FA;
}
.TagClassName
{
border-color: #D385FA;
}
</style>