Shades of Heliotrope #D55DF3
Tints of Heliotrope #D55DF3
RGB
CMYK
RGB Variations
Color information
#D55DF3 (or 0xD55DF3) is known color: Heliotrope. HEX triplet: D5, 5D and F3. RGB value is (213,93,243). Sum of RGB (Red+Green+Blue) = 213+93+243=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #D55DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DF3 is #2AA20C. Grayscale: #919191. Windows color (decimal): -2793997 or 15949269. OLE color: 15949269.
HSL color Cylindrical-coordinate representation of color #D55DF3: hue angle of 288º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55DF3 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 93 | 243 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.05 |
| HSL | 288º | 0.86% | 0.66% | - |
| HSV(B) | 288º | 0.62% | 0.95% | - |
| XYZ | 47.53 | 28.45 | 87.78 | - |
| YUV | 145.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 243 | 0.12 | 0.62 | 0 | 0.05 | 288 | 0.86 | 0.66 |
| Hex | D5 | 5D | F3 | C | 3E | 0 | 5 | 120 | 56 | 42 |
| Octal | 325 | 135 | 363 | 14 | 76 | 0 | 5 | 440 | 126 | 102 |
| Binary | 11010101 | 1011101 | 11110011 | 1100 | 111110 | 0 | 101 | 100100000 | 1010110 | 1000010 |
Color Harmonies of #D55DF3
Complementary color
Monochromatic Colors of #D55DF3
Black with #D55DF3
Text Example
Text Example
White with #D55DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DF3; }
p { color: rgb(213,93,243); }
H1.HeaderClassName
{
color: #D55DF3;
}
.AnyTagClassName
{
color: #D55DF3;
}
</style>
background-color css
<style>
a { background-color: #D55DF3; }
a { background-color: rgb(213,93,243); }
div.DivClassName
{
background-color: #D55DF3;
}
.BgClassName
{
background-color: #D55DF3;
}
</style>
border-color css
<style>
span { border-color: #D55DF3; }
span { border-color: rgb(213,93,243); }
td.TdClassName
{
border-color: #D55DF3;
}
.TagClassName
{
border-color: #D55DF3;
}
</style>