Shades of Heliotrope #D57AEF
Tints of Heliotrope #D57AEF
RGB
CMYK
RGB Variations
Color information
#D57AEF (or 0xD57AEF) is known color: Heliotrope. HEX triplet: D5, 7A and EF. RGB value is (213,122,239). Sum of RGB (Red+Green+Blue) = 213+122+239=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #D57AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57AEF is #2A8510. Grayscale: #A2A2A2. Windows color (decimal): -2786577 or 15694549. OLE color: 15694549.
HSL color Cylindrical-coordinate representation of color #D57AEF: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D57AEF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 122 | 239 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.06 |
| HSL | 286.67º | 0.79% | 0.71% | - |
| HSV(B) | 286.67º | 0.49% | 0.94% | - |
| XYZ | 49.98 | 34.3 | 85.65 | - |
| YUV | 162.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 239 | 0.11 | 0.49 | 0 | 0.06 | 286.67 | 0.79 | 0.71 |
| Hex | D5 | 7A | EF | B | 31 | 0 | 6 | 11F | 4F | 47 |
| Octal | 325 | 172 | 357 | 13 | 61 | 0 | 6 | 437 | 117 | 107 |
| Binary | 11010101 | 1111010 | 11101111 | 1011 | 110001 | 0 | 110 | 100011111 | 1001111 | 1000111 |
Color Harmonies of #D57AEF
Complementary color
Monochromatic Colors of #D57AEF
Black with #D57AEF
Text Example
Text Example
White with #D57AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57AEF; }
p { color: rgb(213,122,239); }
H1.HeaderClassName
{
color: #D57AEF;
}
.AnyTagClassName
{
color: #D57AEF;
}
</style>
background-color css
<style>
a { background-color: #D57AEF; }
a { background-color: rgb(213,122,239); }
div.DivClassName
{
background-color: #D57AEF;
}
.BgClassName
{
background-color: #D57AEF;
}
</style>
border-color css
<style>
span { border-color: #D57AEF; }
span { border-color: rgb(213,122,239); }
td.TdClassName
{
border-color: #D57AEF;
}
.TagClassName
{
border-color: #D57AEF;
}
</style>