Shades of Heliotrope #D58AF7
Tints of Heliotrope #D58AF7
RGB
CMYK
RGB Variations
Color information
#D58AF7 (or 0xD58AF7) is known color: Heliotrope. HEX triplet: D5, 8A and F7. RGB value is (213,138,247). Sum of RGB (Red+Green+Blue) = 213+138+247=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #D58AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AF7 is #2A7508. Grayscale: #ACACAC. Windows color (decimal): -2782473 or 16222933. OLE color: 16222933.
HSL color Cylindrical-coordinate representation of color #D58AF7: hue angle of 281.28º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58AF7 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 138 | 247 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.03 |
| HSL | 281.28º | 0.87% | 0.75% | - |
| HSV(B) | 281.28º | 0.44% | 0.97% | - |
| XYZ | 53.32 | 39.04 | 92.72 | - |
| YUV | 172.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 247 | 0.14 | 0.44 | 0 | 0.03 | 281.28 | 0.87 | 0.75 |
| Hex | D5 | 8A | F7 | E | 2C | 0 | 3 | 119 | 57 | 4B |
| Octal | 325 | 212 | 367 | 16 | 54 | 0 | 3 | 431 | 127 | 113 |
| Binary | 11010101 | 10001010 | 11110111 | 1110 | 101100 | 0 | 11 | 100011001 | 1010111 | 1001011 |
Color Harmonies of #D58AF7
Complementary color
Monochromatic Colors of #D58AF7
Black with #D58AF7
Text Example
Text Example
White with #D58AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AF7; }
p { color: rgb(213,138,247); }
H1.HeaderClassName
{
color: #D58AF7;
}
.AnyTagClassName
{
color: #D58AF7;
}
</style>
background-color css
<style>
a { background-color: #D58AF7; }
a { background-color: rgb(213,138,247); }
div.DivClassName
{
background-color: #D58AF7;
}
.BgClassName
{
background-color: #D58AF7;
}
</style>
border-color css
<style>
span { border-color: #D58AF7; }
span { border-color: rgb(213,138,247); }
td.TdClassName
{
border-color: #D58AF7;
}
.TagClassName
{
border-color: #D58AF7;
}
</style>