Shades of Heliotrope #D55BFB
Tints of Heliotrope #D55BFB
RGB
CMYK
RGB Variations
Color information
#D55BFB (or 0xD55BFB) is known color: Heliotrope. HEX triplet: D5, 5B and FB. RGB value is (213,91,251). Sum of RGB (Red+Green+Blue) = 213+91+251=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #D55BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BFB is #2AA404. Grayscale: #919191. Windows color (decimal): -2794501 or 16473045. OLE color: 16473045.
HSL color Cylindrical-coordinate representation of color #D55BFB: hue angle of 285.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D55BFB is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 91 | 251 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.02 |
| HSL | 285.75º | 0.95% | 0.67% | - |
| HSV(B) | 285.75º | 0.64% | 0.98% | - |
| XYZ | 48.59 | 28.59 | 94.22 | - |
| YUV | 145.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 251 | 0.15 | 0.64 | 0 | 0.02 | 285.75 | 0.95 | 0.67 |
| Hex | D5 | 5B | FB | F | 40 | 0 | 2 | 11E | 5F | 43 |
| Octal | 325 | 133 | 373 | 17 | 100 | 0 | 2 | 436 | 137 | 103 |
| Binary | 11010101 | 1011011 | 11111011 | 1111 | 1000000 | 0 | 10 | 100011110 | 1011111 | 1000011 |
Color Harmonies of #D55BFB
Complementary color
Monochromatic Colors of #D55BFB
Black with #D55BFB
Text Example
Text Example
White with #D55BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BFB; }
p { color: rgb(213,91,251); }
H1.HeaderClassName
{
color: #D55BFB;
}
.AnyTagClassName
{
color: #D55BFB;
}
</style>
background-color css
<style>
a { background-color: #D55BFB; }
a { background-color: rgb(213,91,251); }
div.DivClassName
{
background-color: #D55BFB;
}
.BgClassName
{
background-color: #D55BFB;
}
</style>
border-color css
<style>
span { border-color: #D55BFB; }
span { border-color: rgb(213,91,251); }
td.TdClassName
{
border-color: #D55BFB;
}
.TagClassName
{
border-color: #D55BFB;
}
</style>