Shades of Heliotrope #D382F8
Tints of Heliotrope #D382F8
RGB
CMYK
RGB Variations
Color information
#D382F8 (or 0xD382F8) is known color: Heliotrope. HEX triplet: D3, 82 and F8. RGB value is (211,130,248). Sum of RGB (Red+Green+Blue) = 211+130+248=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #D382F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382F8 is #2C7D07. Grayscale: #A7A7A7. Windows color (decimal): -2915592 or 16286419. OLE color: 16286419.
HSL color Cylindrical-coordinate representation of color #D382F8: hue angle of 281.19º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D382F8 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 130 | 248 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.03 |
| HSL | 281.19º | 0.89% | 0.74% | - |
| HSV(B) | 281.19º | 0.48% | 0.97% | - |
| XYZ | 51.79 | 36.59 | 93.14 | - |
| YUV | 167.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 248 | 0.15 | 0.48 | 0 | 0.03 | 281.19 | 0.89 | 0.74 |
| Hex | D3 | 82 | F8 | F | 30 | 0 | 3 | 119 | 59 | 4A |
| Octal | 323 | 202 | 370 | 17 | 60 | 0 | 3 | 431 | 131 | 112 |
| Binary | 11010011 | 10000010 | 11111000 | 1111 | 110000 | 0 | 11 | 100011001 | 1011001 | 1001010 |
Color Harmonies of #D382F8
Complementary color
Monochromatic Colors of #D382F8
Black with #D382F8
Text Example
Text Example
White with #D382F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382F8; }
p { color: rgb(211,130,248); }
H1.HeaderClassName
{
color: #D382F8;
}
.AnyTagClassName
{
color: #D382F8;
}
</style>
background-color css
<style>
a { background-color: #D382F8; }
a { background-color: rgb(211,130,248); }
div.DivClassName
{
background-color: #D382F8;
}
.BgClassName
{
background-color: #D382F8;
}
</style>
border-color css
<style>
span { border-color: #D382F8; }
span { border-color: rgb(211,130,248); }
td.TdClassName
{
border-color: #D382F8;
}
.TagClassName
{
border-color: #D382F8;
}
</style>