Shades of Heliotrope #D56BED
Tints of Heliotrope #D56BED
RGB
CMYK
RGB Variations
Color information
#D56BED (or 0xD56BED) is known color: Heliotrope. HEX triplet: D5, 6B and ED. RGB value is (213,107,237). Sum of RGB (Red+Green+Blue) = 213+107+237=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #D56BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56BED is #2A9412. Grayscale: #999999. Windows color (decimal): -2790419 or 15559637. OLE color: 15559637.
HSL color Cylindrical-coordinate representation of color #D56BED: hue angle of 288.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56BED is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 107 | 237 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.07 |
| HSL | 288.92º | 0.78% | 0.67% | - |
| HSV(B) | 288.92º | 0.55% | 0.93% | - |
| XYZ | 47.98 | 30.78 | 83.53 | - |
| YUV | 153.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 237 | 0.10 | 0.55 | 0 | 0.07 | 288.92 | 0.78 | 0.67 |
| Hex | D5 | 6B | ED | A | 37 | 0 | 7 | 121 | 4E | 43 |
| Octal | 325 | 153 | 355 | 12 | 67 | 0 | 7 | 441 | 116 | 103 |
| Binary | 11010101 | 1101011 | 11101101 | 1010 | 110111 | 0 | 111 | 100100001 | 1001110 | 1000011 |
Color Harmonies of #D56BED
Complementary color
Monochromatic Colors of #D56BED
Black with #D56BED
Text Example
Text Example
White with #D56BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BED; }
p { color: rgb(213,107,237); }
H1.HeaderClassName
{
color: #D56BED;
}
.AnyTagClassName
{
color: #D56BED;
}
</style>
background-color css
<style>
a { background-color: #D56BED; }
a { background-color: rgb(213,107,237); }
div.DivClassName
{
background-color: #D56BED;
}
.BgClassName
{
background-color: #D56BED;
}
</style>
border-color css
<style>
span { border-color: #D56BED; }
span { border-color: rgb(213,107,237); }
td.TdClassName
{
border-color: #D56BED;
}
.TagClassName
{
border-color: #D56BED;
}
</style>