Shades of Heliotrope #D382FD
Tints of Heliotrope #D382FD
RGB
CMYK
RGB Variations
Color information
#D382FD (or 0xD382FD) is known color: Heliotrope. HEX triplet: D3, 82 and FD. RGB value is (211,130,253). Sum of RGB (Red+Green+Blue) = 211+130+253=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #D382FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382FD is #2C7D02. Grayscale: #A7A7A7. Windows color (decimal): -2915587 or 16614099. OLE color: 16614099.
HSL color Cylindrical-coordinate representation of color #D382FD: hue angle of 279.51º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D382FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 130 | 253 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.01 |
| HSL | 279.51º | 0.97% | 0.75% | - |
| HSV(B) | 279.51º | 0.49% | 0.99% | - |
| XYZ | 52.58 | 36.91 | 97.28 | - |
| YUV | 168.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 253 | 0.17 | 0.49 | 0 | 0.01 | 279.51 | 0.97 | 0.75 |
| Hex | D3 | 82 | FD | 11 | 31 | 0 | 1 | 118 | 61 | 4B |
| Octal | 323 | 202 | 375 | 21 | 61 | 0 | 1 | 430 | 141 | 113 |
| Binary | 11010011 | 10000010 | 11111101 | 10001 | 110001 | 0 | 1 | 100011000 | 1100001 | 1001011 |
Color Harmonies of #D382FD
Complementary color
Monochromatic Colors of #D382FD
Black with #D382FD
Text Example
Text Example
White with #D382FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382FD; }
p { color: rgb(211,130,253); }
H1.HeaderClassName
{
color: #D382FD;
}
.AnyTagClassName
{
color: #D382FD;
}
</style>
background-color css
<style>
a { background-color: #D382FD; }
a { background-color: rgb(211,130,253); }
div.DivClassName
{
background-color: #D382FD;
}
.BgClassName
{
background-color: #D382FD;
}
</style>
border-color css
<style>
span { border-color: #D382FD; }
span { border-color: rgb(211,130,253); }
td.TdClassName
{
border-color: #D382FD;
}
.TagClassName
{
border-color: #D382FD;
}
</style>