Shades of Heliotrope #D353F6
Tints of Heliotrope #D353F6
RGB
CMYK
RGB Variations
Color information
#D353F6 (or 0xD353F6) is known color: Heliotrope. HEX triplet: D3, 53 and F6. RGB value is (211,83,246). Sum of RGB (Red+Green+Blue) = 211+83+246=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #D353F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353F6 is #2CAC09. Grayscale: #8B8B8B. Windows color (decimal): -2927626 or 16143315. OLE color: 16143315.
HSL color Cylindrical-coordinate representation of color #D353F6: hue angle of 287.12º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D353F6 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 83 | 246 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.04 |
| HSL | 287.12º | 0.9% | 0.65% | - |
| HSV(B) | 287.12º | 0.66% | 0.96% | - |
| XYZ | 46.59 | 26.69 | 89.88 | - |
| YUV | 139.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 246 | 0.14 | 0.66 | 0 | 0.04 | 287.12 | 0.9 | 0.65 |
| Hex | D3 | 53 | F6 | E | 42 | 0 | 4 | 11F | 5A | 41 |
| Octal | 323 | 123 | 366 | 16 | 102 | 0 | 4 | 437 | 132 | 101 |
| Binary | 11010011 | 1010011 | 11110110 | 1110 | 1000010 | 0 | 100 | 100011111 | 1011010 | 1000001 |
Color Harmonies of #D353F6
Complementary color
Monochromatic Colors of #D353F6
Black with #D353F6
Text Example
Text Example
White with #D353F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353F6; }
p { color: rgb(211,83,246); }
H1.HeaderClassName
{
color: #D353F6;
}
.AnyTagClassName
{
color: #D353F6;
}
</style>
background-color css
<style>
a { background-color: #D353F6; }
a { background-color: rgb(211,83,246); }
div.DivClassName
{
background-color: #D353F6;
}
.BgClassName
{
background-color: #D353F6;
}
</style>
border-color css
<style>
span { border-color: #D353F6; }
span { border-color: rgb(211,83,246); }
td.TdClassName
{
border-color: #D353F6;
}
.TagClassName
{
border-color: #D353F6;
}
</style>