Shades of Heliotrope #D55FF3
Tints of Heliotrope #D55FF3
RGB
CMYK
RGB Variations
Color information
#D55FF3 (or 0xD55FF3) is known color: Heliotrope. HEX triplet: D5, 5F and F3. RGB value is (213,95,243). Sum of RGB (Red+Green+Blue) = 213+95+243=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #D55FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FF3 is #2AA00C. Grayscale: #929292. Windows color (decimal): -2793485 or 15949781. OLE color: 15949781.
HSL color Cylindrical-coordinate representation of color #D55FF3: hue angle of 287.84º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55FF3 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 95 | 243 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.05 |
| HSL | 287.84º | 0.86% | 0.66% | - |
| HSV(B) | 287.84º | 0.61% | 0.95% | - |
| XYZ | 47.71 | 28.8 | 87.84 | - |
| YUV | 147.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 243 | 0.12 | 0.61 | 0 | 0.05 | 287.84 | 0.86 | 0.66 |
| Hex | D5 | 5F | F3 | C | 3D | 0 | 5 | 120 | 56 | 42 |
| Octal | 325 | 137 | 363 | 14 | 75 | 0 | 5 | 440 | 126 | 102 |
| Binary | 11010101 | 1011111 | 11110011 | 1100 | 111101 | 0 | 101 | 100100000 | 1010110 | 1000010 |
Color Harmonies of #D55FF3
Complementary color
Monochromatic Colors of #D55FF3
Black with #D55FF3
Text Example
Text Example
White with #D55FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FF3; }
p { color: rgb(213,95,243); }
H1.HeaderClassName
{
color: #D55FF3;
}
.AnyTagClassName
{
color: #D55FF3;
}
</style>
background-color css
<style>
a { background-color: #D55FF3; }
a { background-color: rgb(213,95,243); }
div.DivClassName
{
background-color: #D55FF3;
}
.BgClassName
{
background-color: #D55FF3;
}
</style>
border-color css
<style>
span { border-color: #D55FF3; }
span { border-color: rgb(213,95,243); }
td.TdClassName
{
border-color: #D55FF3;
}
.TagClassName
{
border-color: #D55FF3;
}
</style>