Shades of Heliotrope #D58DFB
Tints of Heliotrope #D58DFB
RGB
CMYK
RGB Variations
Color information
#D58DFB (or 0xD58DFB) is known color: Heliotrope. HEX triplet: D5, 8D and FB. RGB value is (213,141,251). Sum of RGB (Red+Green+Blue) = 213+141+251=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #D58DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFB is #2A7204. Grayscale: #AEAEAE. Windows color (decimal): -2781701 or 16485845. OLE color: 16485845.
HSL color Cylindrical-coordinate representation of color #D58DFB: hue angle of 279.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58DFB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 141 | 251 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.02 |
| HSL | 279.27º | 0.93% | 0.77% | - |
| HSV(B) | 279.27º | 0.44% | 0.98% | - |
| XYZ | 54.38 | 40.16 | 96.15 | - |
| YUV | 175.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 251 | 0.15 | 0.44 | 0 | 0.02 | 279.27 | 0.93 | 0.77 |
| Hex | D5 | 8D | FB | F | 2C | 0 | 2 | 117 | 5D | 4D |
| Octal | 325 | 215 | 373 | 17 | 54 | 0 | 2 | 427 | 135 | 115 |
| Binary | 11010101 | 10001101 | 11111011 | 1111 | 101100 | 0 | 10 | 100010111 | 1011101 | 1001101 |
Color Harmonies of #D58DFB
Complementary color
Monochromatic Colors of #D58DFB
Black with #D58DFB
Text Example
Text Example
White with #D58DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DFB; }
p { color: rgb(213,141,251); }
H1.HeaderClassName
{
color: #D58DFB;
}
.AnyTagClassName
{
color: #D58DFB;
}
</style>
background-color css
<style>
a { background-color: #D58DFB; }
a { background-color: rgb(213,141,251); }
div.DivClassName
{
background-color: #D58DFB;
}
.BgClassName
{
background-color: #D58DFB;
}
</style>
border-color css
<style>
span { border-color: #D58DFB; }
span { border-color: rgb(213,141,251); }
td.TdClassName
{
border-color: #D58DFB;
}
.TagClassName
{
border-color: #D58DFB;
}
</style>