Shades of Heliotrope #D353FA
Tints of Heliotrope #D353FA
RGB
CMYK
RGB Variations
Color information
#D353FA (or 0xD353FA) is known color: Heliotrope. HEX triplet: D3, 53 and FA. RGB value is (211,83,250). Sum of RGB (Red+Green+Blue) = 211+83+250=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #D353FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353FA is #2CAC05. Grayscale: #8B8B8B. Windows color (decimal): -2927622 or 16405459. OLE color: 16405459.
HSL color Cylindrical-coordinate representation of color #D353FA: hue angle of 285.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D353FA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 83 | 250 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.02 |
| HSL | 285.99º | 0.94% | 0.65% | - |
| HSV(B) | 285.99º | 0.67% | 0.98% | - |
| XYZ | 47.21 | 26.94 | 93.15 | - |
| YUV | 140.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 250 | 0.16 | 0.67 | 0 | 0.02 | 285.99 | 0.94 | 0.65 |
| Hex | D3 | 53 | FA | 10 | 43 | 0 | 2 | 11E | 5E | 41 |
| Octal | 323 | 123 | 372 | 20 | 103 | 0 | 2 | 436 | 136 | 101 |
| Binary | 11010011 | 1010011 | 11111010 | 10000 | 1000011 | 0 | 10 | 100011110 | 1011110 | 1000001 |
Color Harmonies of #D353FA
Complementary color
Monochromatic Colors of #D353FA
Black with #D353FA
Text Example
Text Example
White with #D353FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353FA; }
p { color: rgb(211,83,250); }
H1.HeaderClassName
{
color: #D353FA;
}
.AnyTagClassName
{
color: #D353FA;
}
</style>
background-color css
<style>
a { background-color: #D353FA; }
a { background-color: rgb(211,83,250); }
div.DivClassName
{
background-color: #D353FA;
}
.BgClassName
{
background-color: #D353FA;
}
</style>
border-color css
<style>
span { border-color: #D353FA; }
span { border-color: rgb(211,83,250); }
td.TdClassName
{
border-color: #D353FA;
}
.TagClassName
{
border-color: #D353FA;
}
</style>