Shades of Heliotrope #D382FA
Tints of Heliotrope #D382FA
RGB
CMYK
RGB Variations
Color information
#D382FA (or 0xD382FA) is known color: Heliotrope. HEX triplet: D3, 82 and FA. RGB value is (211,130,250). Sum of RGB (Red+Green+Blue) = 211+130+250=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D382FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382FA is #2C7D05. Grayscale: #A7A7A7. Windows color (decimal): -2915590 or 16417491. OLE color: 16417491.
HSL color Cylindrical-coordinate representation of color #D382FA: hue angle of 280.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D382FA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 130 | 250 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.02 |
| HSL | 280.5º | 0.92% | 0.75% | - |
| HSV(B) | 280.5º | 0.48% | 0.98% | - |
| XYZ | 52.1 | 36.72 | 94.78 | - |
| YUV | 167.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 250 | 0.16 | 0.48 | 0 | 0.02 | 280.5 | 0.92 | 0.75 |
| Hex | D3 | 82 | FA | 10 | 30 | 0 | 2 | 118 | 5C | 4B |
| Octal | 323 | 202 | 372 | 20 | 60 | 0 | 2 | 430 | 134 | 113 |
| Binary | 11010011 | 10000010 | 11111010 | 10000 | 110000 | 0 | 10 | 100011000 | 1011100 | 1001011 |
Color Harmonies of #D382FA
Complementary color
Monochromatic Colors of #D382FA
Black with #D382FA
Text Example
Text Example
White with #D382FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382FA; }
p { color: rgb(211,130,250); }
H1.HeaderClassName
{
color: #D382FA;
}
.AnyTagClassName
{
color: #D382FA;
}
</style>
background-color css
<style>
a { background-color: #D382FA; }
a { background-color: rgb(211,130,250); }
div.DivClassName
{
background-color: #D382FA;
}
.BgClassName
{
background-color: #D382FA;
}
</style>
border-color css
<style>
span { border-color: #D382FA; }
span { border-color: rgb(211,130,250); }
td.TdClassName
{
border-color: #D382FA;
}
.TagClassName
{
border-color: #D382FA;
}
</style>