Shades of Heliotrope #D55BFD
Tints of Heliotrope #D55BFD
RGB
CMYK
RGB Variations
Color information
#D55BFD (or 0xD55BFD) is known color: Heliotrope. HEX triplet: D5, 5B and FD. RGB value is (213,91,253). Sum of RGB (Red+Green+Blue) = 213+91+253=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #D55BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BFD is #2AA402. Grayscale: #919191. Windows color (decimal): -2794499 or 16604117. OLE color: 16604117.
HSL color Cylindrical-coordinate representation of color #D55BFD: hue angle of 285.19º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D55BFD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 91 | 253 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.01 |
| HSL | 285.19º | 0.98% | 0.67% | - |
| HSV(B) | 285.19º | 0.64% | 0.99% | - |
| XYZ | 48.91 | 28.72 | 95.89 | - |
| YUV | 145.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 253 | 0.16 | 0.64 | 0 | 0.01 | 285.19 | 0.98 | 0.67 |
| Hex | D5 | 5B | FD | 10 | 40 | 0 | 1 | 11D | 62 | 43 |
| Octal | 325 | 133 | 375 | 20 | 100 | 0 | 1 | 435 | 142 | 103 |
| Binary | 11010101 | 1011011 | 11111101 | 10000 | 1000000 | 0 | 1 | 100011101 | 1100010 | 1000011 |
Color Harmonies of #D55BFD
Complementary color
Monochromatic Colors of #D55BFD
Black with #D55BFD
Text Example
Text Example
White with #D55BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BFD; }
p { color: rgb(213,91,253); }
H1.HeaderClassName
{
color: #D55BFD;
}
.AnyTagClassName
{
color: #D55BFD;
}
</style>
background-color css
<style>
a { background-color: #D55BFD; }
a { background-color: rgb(213,91,253); }
div.DivClassName
{
background-color: #D55BFD;
}
.BgClassName
{
background-color: #D55BFD;
}
</style>
border-color css
<style>
span { border-color: #D55BFD; }
span { border-color: rgb(213,91,253); }
td.TdClassName
{
border-color: #D55BFD;
}
.TagClassName
{
border-color: #D55BFD;
}
</style>