Shades of Heliotrope #D382F3
Tints of Heliotrope #D382F3
RGB
CMYK
RGB Variations
Color information
#D382F3 (or 0xD382F3) is known color: Heliotrope. HEX triplet: D3, 82 and F3. RGB value is (211,130,243). Sum of RGB (Red+Green+Blue) = 211+130+243=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #D382F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382F3 is #2C7D0C. Grayscale: #A6A6A6. Windows color (decimal): -2915597 or 15958739. OLE color: 15958739.
HSL color Cylindrical-coordinate representation of color #D382F3: hue angle of 283.01º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D382F3 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 130 | 243 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.05 |
| HSL | 283.01º | 0.82% | 0.73% | - |
| HSV(B) | 283.01º | 0.47% | 0.95% | - |
| XYZ | 51.02 | 36.29 | 89.11 | - |
| YUV | 167.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 243 | 0.13 | 0.47 | 0 | 0.05 | 283.01 | 0.82 | 0.73 |
| Hex | D3 | 82 | F3 | D | 2F | 0 | 5 | 11B | 52 | 49 |
| Octal | 323 | 202 | 363 | 15 | 57 | 0 | 5 | 433 | 122 | 111 |
| Binary | 11010011 | 10000010 | 11110011 | 1101 | 101111 | 0 | 101 | 100011011 | 1010010 | 1001001 |
Color Harmonies of #D382F3
Complementary color
Monochromatic Colors of #D382F3
Black with #D382F3
Text Example
Text Example
White with #D382F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382F3; }
p { color: rgb(211,130,243); }
H1.HeaderClassName
{
color: #D382F3;
}
.AnyTagClassName
{
color: #D382F3;
}
</style>
background-color css
<style>
a { background-color: #D382F3; }
a { background-color: rgb(211,130,243); }
div.DivClassName
{
background-color: #D382F3;
}
.BgClassName
{
background-color: #D382F3;
}
</style>
border-color css
<style>
span { border-color: #D382F3; }
span { border-color: rgb(211,130,243); }
td.TdClassName
{
border-color: #D382F3;
}
.TagClassName
{
border-color: #D382F3;
}
</style>