Shades of Heliotrope #D55BFC
Tints of Heliotrope #D55BFC
RGB
CMYK
RGB Variations
Color information
#D55BFC (or 0xD55BFC) is known color: Heliotrope. HEX triplet: D5, 5B and FC. RGB value is (213,91,252). Sum of RGB (Red+Green+Blue) = 213+91+252=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #D55BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55BFC is #2AA403. Grayscale: #919191. Windows color (decimal): -2794500 or 16538581. OLE color: 16538581.
HSL color Cylindrical-coordinate representation of color #D55BFC: hue angle of 285.47º degrees, saturation: 0.96, 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 #D55BFC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 91 | 252 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.01 |
| HSL | 285.47º | 0.96% | 0.67% | - |
| HSV(B) | 285.47º | 0.64% | 0.99% | - |
| XYZ | 48.75 | 28.66 | 95.06 | - |
| YUV | 145.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 252 | 0.15 | 0.64 | 0 | 0.01 | 285.47 | 0.96 | 0.67 |
| Hex | D5 | 5B | FC | F | 40 | 0 | 1 | 11D | 60 | 43 |
| Octal | 325 | 133 | 374 | 17 | 100 | 0 | 1 | 435 | 140 | 103 |
| Binary | 11010101 | 1011011 | 11111100 | 1111 | 1000000 | 0 | 1 | 100011101 | 1100000 | 1000011 |
Color Harmonies of #D55BFC
Complementary color
Monochromatic Colors of #D55BFC
Black with #D55BFC
Text Example
Text Example
White with #D55BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BFC; }
p { color: rgb(213,91,252); }
H1.HeaderClassName
{
color: #D55BFC;
}
.AnyTagClassName
{
color: #D55BFC;
}
</style>
background-color css
<style>
a { background-color: #D55BFC; }
a { background-color: rgb(213,91,252); }
div.DivClassName
{
background-color: #D55BFC;
}
.BgClassName
{
background-color: #D55BFC;
}
</style>
border-color css
<style>
span { border-color: #D55BFC; }
span { border-color: rgb(213,91,252); }
td.TdClassName
{
border-color: #D55BFC;
}
.TagClassName
{
border-color: #D55BFC;
}
</style>