Shades of Heliotrope #D353F1
Tints of Heliotrope #D353F1
RGB
CMYK
RGB Variations
Color information
#D353F1 (or 0xD353F1) is known color: Heliotrope. HEX triplet: D3, 53 and F1. RGB value is (211,83,241). Sum of RGB (Red+Green+Blue) = 211+83+241=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #D353F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353F1 is #2CAC0E. Grayscale: #8A8A8A. Windows color (decimal): -2927631 or 15815635. OLE color: 15815635.
HSL color Cylindrical-coordinate representation of color #D353F1: hue angle of 288.61º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D353F1 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 83 | 241 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.05 |
| HSL | 288.61º | 0.85% | 0.64% | - |
| HSV(B) | 288.61º | 0.66% | 0.95% | - |
| XYZ | 45.83 | 26.39 | 85.9 | - |
| YUV | 139.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 241 | 0.12 | 0.66 | 0 | 0.05 | 288.61 | 0.85 | 0.64 |
| Hex | D3 | 53 | F1 | C | 42 | 0 | 5 | 121 | 55 | 40 |
| Octal | 323 | 123 | 361 | 14 | 102 | 0 | 5 | 441 | 125 | 100 |
| Binary | 11010011 | 1010011 | 11110001 | 1100 | 1000010 | 0 | 101 | 100100001 | 1010101 | 1000000 |
Color Harmonies of #D353F1
Complementary color
Monochromatic Colors of #D353F1
Black with #D353F1
Text Example
Text Example
White with #D353F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353F1; }
p { color: rgb(211,83,241); }
H1.HeaderClassName
{
color: #D353F1;
}
.AnyTagClassName
{
color: #D353F1;
}
</style>
background-color css
<style>
a { background-color: #D353F1; }
a { background-color: rgb(211,83,241); }
div.DivClassName
{
background-color: #D353F1;
}
.BgClassName
{
background-color: #D353F1;
}
</style>
border-color css
<style>
span { border-color: #D353F1; }
span { border-color: rgb(211,83,241); }
td.TdClassName
{
border-color: #D353F1;
}
.TagClassName
{
border-color: #D353F1;
}
</style>