Shades of Heliotrope #D382FB
Tints of Heliotrope #D382FB
RGB
CMYK
RGB Variations
Color information
#D382FB (or 0xD382FB) is known color: Heliotrope. HEX triplet: D3, 82 and FB. RGB value is (211,130,251). Sum of RGB (Red+Green+Blue) = 211+130+251=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #D382FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382FB is #2C7D04. Grayscale: #A7A7A7. Windows color (decimal): -2915589 or 16483027. OLE color: 16483027.
HSL color Cylindrical-coordinate representation of color #D382FB: hue angle of 280.17º degrees, saturation: 0.94, 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 #D382FB is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 130 | 251 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.02 |
| HSL | 280.17º | 0.94% | 0.75% | - |
| HSV(B) | 280.17º | 0.48% | 0.98% | - |
| XYZ | 52.26 | 36.78 | 95.61 | - |
| YUV | 168.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 251 | 0.16 | 0.48 | 0 | 0.02 | 280.17 | 0.94 | 0.75 |
| Hex | D3 | 82 | FB | 10 | 30 | 0 | 2 | 118 | 5E | 4B |
| Octal | 323 | 202 | 373 | 20 | 60 | 0 | 2 | 430 | 136 | 113 |
| Binary | 11010011 | 10000010 | 11111011 | 10000 | 110000 | 0 | 10 | 100011000 | 1011110 | 1001011 |
Color Harmonies of #D382FB
Complementary color
Monochromatic Colors of #D382FB
Black with #D382FB
Text Example
Text Example
White with #D382FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382FB; }
p { color: rgb(211,130,251); }
H1.HeaderClassName
{
color: #D382FB;
}
.AnyTagClassName
{
color: #D382FB;
}
</style>
background-color css
<style>
a { background-color: #D382FB; }
a { background-color: rgb(211,130,251); }
div.DivClassName
{
background-color: #D382FB;
}
.BgClassName
{
background-color: #D382FB;
}
</style>
border-color css
<style>
span { border-color: #D382FB; }
span { border-color: rgb(211,130,251); }
td.TdClassName
{
border-color: #D382FB;
}
.TagClassName
{
border-color: #D382FB;
}
</style>