Shades of Heliotrope #D384FB
Tints of Heliotrope #D384FB
RGB
CMYK
RGB Variations
Color information
#D384FB (or 0xD384FB) is known color: Heliotrope. HEX triplet: D3, 84 and FB. RGB value is (211,132,251). Sum of RGB (Red+Green+Blue) = 211+132+251=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #D384FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384FB is #2C7B04. Grayscale: #A8A8A8. Windows color (decimal): -2915077 or 16483539. OLE color: 16483539.
HSL color Cylindrical-coordinate representation of color #D384FB: hue angle of 279.83º degrees, saturation: 0.94, 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 #D384FB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 132 | 251 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.02 |
| HSL | 279.83º | 0.94% | 0.75% | - |
| HSV(B) | 279.83º | 0.47% | 0.98% | - |
| XYZ | 52.53 | 37.32 | 95.7 | - |
| YUV | 169.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 251 | 0.16 | 0.47 | 0 | 0.02 | 279.83 | 0.94 | 0.75 |
| Hex | D3 | 84 | FB | 10 | 2F | 0 | 2 | 118 | 5E | 4B |
| Octal | 323 | 204 | 373 | 20 | 57 | 0 | 2 | 430 | 136 | 113 |
| Binary | 11010011 | 10000100 | 11111011 | 10000 | 101111 | 0 | 10 | 100011000 | 1011110 | 1001011 |
Color Harmonies of #D384FB
Complementary color
Monochromatic Colors of #D384FB
Black with #D384FB
Text Example
Text Example
White with #D384FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384FB; }
p { color: rgb(211,132,251); }
H1.HeaderClassName
{
color: #D384FB;
}
.AnyTagClassName
{
color: #D384FB;
}
</style>
background-color css
<style>
a { background-color: #D384FB; }
a { background-color: rgb(211,132,251); }
div.DivClassName
{
background-color: #D384FB;
}
.BgClassName
{
background-color: #D384FB;
}
</style>
border-color css
<style>
span { border-color: #D384FB; }
span { border-color: rgb(211,132,251); }
td.TdClassName
{
border-color: #D384FB;
}
.TagClassName
{
border-color: #D384FB;
}
</style>