Shades of Heliotrope #D58BFE
Tints of Heliotrope #D58BFE
RGB
CMYK
RGB Variations
Color information
#D58BFE (or 0xD58BFE) is known color: Heliotrope. HEX triplet: D5, 8B and FE. RGB value is (213,139,254). Sum of RGB (Red+Green+Blue) = 213+139+254=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D58BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58BFE is #2A7401. Grayscale: #ADADAD. Windows color (decimal): -2782210 or 16681941. OLE color: 16681941.
HSL color Cylindrical-coordinate representation of color #D58BFE: hue angle of 278.61º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58BFE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 139 | 254 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.00 |
| HSL | 278.61º | 0.98% | 0.77% | - |
| HSV(B) | 278.61º | 0.45% | 1% | - |
| XYZ | 54.56 | 39.77 | 98.57 | - |
| YUV | 174.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 254 | 0.16 | 0.45 | 0 | 0.00 | 278.61 | 0.98 | 0.77 |
| Hex | D5 | 8B | FE | 10 | 2D | 0 | 0 | 117 | 62 | 4D |
| Octal | 325 | 213 | 376 | 20 | 55 | 0 | 0 | 427 | 142 | 115 |
| Binary | 11010101 | 10001011 | 11111110 | 10000 | 101101 | 0 | 0 | 100010111 | 1100010 | 1001101 |
Color Harmonies of #D58BFE
Complementary color
Monochromatic Colors of #D58BFE
Black with #D58BFE
Text Example
Text Example
White with #D58BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58BFE; }
p { color: rgb(213,139,254); }
H1.HeaderClassName
{
color: #D58BFE;
}
.AnyTagClassName
{
color: #D58BFE;
}
</style>
background-color css
<style>
a { background-color: #D58BFE; }
a { background-color: rgb(213,139,254); }
div.DivClassName
{
background-color: #D58BFE;
}
.BgClassName
{
background-color: #D58BFE;
}
</style>
border-color css
<style>
span { border-color: #D58BFE; }
span { border-color: rgb(213,139,254); }
td.TdClassName
{
border-color: #D58BFE;
}
.TagClassName
{
border-color: #D58BFE;
}
</style>