Shades of Heliotrope #D381FB
Tints of Heliotrope #D381FB
RGB
CMYK
RGB Variations
Color information
#D381FB (or 0xD381FB) is known color: Heliotrope. HEX triplet: D3, 81 and FB. RGB value is (211,129,251). Sum of RGB (Red+Green+Blue) = 211+129+251=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #D381FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381FB is #2C7E04. Grayscale: #A7A7A7. Windows color (decimal): -2915845 or 16482771. OLE color: 16482771.
HSL color Cylindrical-coordinate representation of color #D381FB: hue angle of 280.33º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D381FB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 129 | 251 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.02 |
| HSL | 280.33º | 0.94% | 0.75% | - |
| HSV(B) | 280.33º | 0.49% | 0.98% | - |
| XYZ | 52.13 | 36.51 | 95.57 | - |
| YUV | 167.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 251 | 0.16 | 0.49 | 0 | 0.02 | 280.33 | 0.94 | 0.75 |
| Hex | D3 | 81 | FB | 10 | 31 | 0 | 2 | 118 | 5E | 4B |
| Octal | 323 | 201 | 373 | 20 | 61 | 0 | 2 | 430 | 136 | 113 |
| Binary | 11010011 | 10000001 | 11111011 | 10000 | 110001 | 0 | 10 | 100011000 | 1011110 | 1001011 |
Color Harmonies of #D381FB
Complementary color
Monochromatic Colors of #D381FB
Black with #D381FB
Text Example
Text Example
White with #D381FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D381FB; }
p { color: rgb(211,129,251); }
H1.HeaderClassName
{
color: #D381FB;
}
.AnyTagClassName
{
color: #D381FB;
}
</style>
background-color css
<style>
a { background-color: #D381FB; }
a { background-color: rgb(211,129,251); }
div.DivClassName
{
background-color: #D381FB;
}
.BgClassName
{
background-color: #D381FB;
}
</style>
border-color css
<style>
span { border-color: #D381FB; }
span { border-color: rgb(211,129,251); }
td.TdClassName
{
border-color: #D381FB;
}
.TagClassName
{
border-color: #D381FB;
}
</style>