Shades of Heliotrope #D56BF4
Tints of Heliotrope #D56BF4
RGB
CMYK
RGB Variations
Color information
#D56BF4 (or 0xD56BF4) is known color: Heliotrope. HEX triplet: D5, 6B and F4. RGB value is (213,107,244). Sum of RGB (Red+Green+Blue) = 213+107+244=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #D56BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56BF4 is #2A940B. Grayscale: #999999. Windows color (decimal): -2790412 or 16018389. OLE color: 16018389.
HSL color Cylindrical-coordinate representation of color #D56BF4: hue angle of 286.42º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56BF4 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 107 | 244 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.04 |
| HSL | 286.42º | 0.86% | 0.69% | - |
| HSV(B) | 286.42º | 0.56% | 0.96% | - |
| XYZ | 49.03 | 31.19 | 89.02 | - |
| YUV | 154.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 244 | 0.13 | 0.56 | 0 | 0.04 | 286.42 | 0.86 | 0.69 |
| Hex | D5 | 6B | F4 | D | 38 | 0 | 4 | 11E | 56 | 45 |
| Octal | 325 | 153 | 364 | 15 | 70 | 0 | 4 | 436 | 126 | 105 |
| Binary | 11010101 | 1101011 | 11110100 | 1101 | 111000 | 0 | 100 | 100011110 | 1010110 | 1000101 |
Color Harmonies of #D56BF4
Complementary color
Monochromatic Colors of #D56BF4
Black with #D56BF4
Text Example
Text Example
White with #D56BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BF4; }
p { color: rgb(213,107,244); }
H1.HeaderClassName
{
color: #D56BF4;
}
.AnyTagClassName
{
color: #D56BF4;
}
</style>
background-color css
<style>
a { background-color: #D56BF4; }
a { background-color: rgb(213,107,244); }
div.DivClassName
{
background-color: #D56BF4;
}
.BgClassName
{
background-color: #D56BF4;
}
</style>
border-color css
<style>
span { border-color: #D56BF4; }
span { border-color: rgb(213,107,244); }
td.TdClassName
{
border-color: #D56BF4;
}
.TagClassName
{
border-color: #D56BF4;
}
</style>