Shades of Heliotrope #D27AF2
Tints of Heliotrope #D27AF2
RGB
CMYK
RGB Variations
Color information
#D27AF2 (or 0xD27AF2) is known color: Heliotrope. HEX triplet: D2, 7A and F2. RGB value is (210,122,242). Sum of RGB (Red+Green+Blue) = 210+122+242=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #D27AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27AF2 is #2D850D. Grayscale: #A1A1A1. Windows color (decimal): -2983182 or 15891154. OLE color: 15891154.
HSL color Cylindrical-coordinate representation of color #D27AF2: hue angle of 284º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27AF2 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 122 | 242 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.05 |
| HSL | 284º | 0.82% | 0.71% | - |
| HSV(B) | 284º | 0.5% | 0.95% | - |
| XYZ | 49.56 | 34.03 | 87.96 | - |
| YUV | 161.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 242 | 0.13 | 0.50 | 0 | 0.05 | 284 | 0.82 | 0.71 |
| Hex | D2 | 7A | F2 | D | 32 | 0 | 5 | 11C | 52 | 47 |
| Octal | 322 | 172 | 362 | 15 | 62 | 0 | 5 | 434 | 122 | 107 |
| Binary | 11010010 | 1111010 | 11110010 | 1101 | 110010 | 0 | 101 | 100011100 | 1010010 | 1000111 |
Color Harmonies of #D27AF2
Complementary color
Monochromatic Colors of #D27AF2
Black with #D27AF2
Text Example
Text Example
White with #D27AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AF2; }
p { color: rgb(210,122,242); }
H1.HeaderClassName
{
color: #D27AF2;
}
.AnyTagClassName
{
color: #D27AF2;
}
</style>
background-color css
<style>
a { background-color: #D27AF2; }
a { background-color: rgb(210,122,242); }
div.DivClassName
{
background-color: #D27AF2;
}
.BgClassName
{
background-color: #D27AF2;
}
</style>
border-color css
<style>
span { border-color: #D27AF2; }
span { border-color: rgb(210,122,242); }
td.TdClassName
{
border-color: #D27AF2;
}
.TagClassName
{
border-color: #D27AF2;
}
</style>