Shades of Heliotrope #D385F2
Tints of Heliotrope #D385F2
RGB
CMYK
RGB Variations
Color information
#D385F2 (or 0xD385F2) is known color: Heliotrope. HEX triplet: D3, 85 and F2. RGB value is (211,133,242). Sum of RGB (Red+Green+Blue) = 211+133+242=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #D385F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385F2 is #2C7A0D. Grayscale: #A8A8A8. Windows color (decimal): -2914830 or 15893971. OLE color: 15893971.
HSL color Cylindrical-coordinate representation of color #D385F2: hue angle of 282.94º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D385F2 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 133 | 242 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.05 |
| HSL | 282.94º | 0.81% | 0.74% | - |
| HSV(B) | 282.94º | 0.45% | 0.95% | - |
| XYZ | 51.28 | 37.03 | 88.45 | - |
| YUV | 168.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 242 | 0.13 | 0.45 | 0 | 0.05 | 282.94 | 0.81 | 0.74 |
| Hex | D3 | 85 | F2 | D | 2D | 0 | 5 | 11B | 51 | 4A |
| Octal | 323 | 205 | 362 | 15 | 55 | 0 | 5 | 433 | 121 | 112 |
| Binary | 11010011 | 10000101 | 11110010 | 1101 | 101101 | 0 | 101 | 100011011 | 1010001 | 1001010 |
Color Harmonies of #D385F2
Complementary color
Monochromatic Colors of #D385F2
Black with #D385F2
Text Example
Text Example
White with #D385F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385F2; }
p { color: rgb(211,133,242); }
H1.HeaderClassName
{
color: #D385F2;
}
.AnyTagClassName
{
color: #D385F2;
}
</style>
background-color css
<style>
a { background-color: #D385F2; }
a { background-color: rgb(211,133,242); }
div.DivClassName
{
background-color: #D385F2;
}
.BgClassName
{
background-color: #D385F2;
}
</style>
border-color css
<style>
span { border-color: #D385F2; }
span { border-color: rgb(211,133,242); }
td.TdClassName
{
border-color: #D385F2;
}
.TagClassName
{
border-color: #D385F2;
}
</style>