Shades of Heliotrope #D28AFE
Tints of Heliotrope #D28AFE
RGB
CMYK
RGB Variations
Color information
#D28AFE (or 0xD28AFE) is known color: Heliotrope. HEX triplet: D2, 8A and FE. RGB value is (210,138,254). Sum of RGB (Red+Green+Blue) = 210+138+254=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #D28AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AFE is #2D7501. Grayscale: #ACACAC. Windows color (decimal): -2979074 or 16681682. OLE color: 16681682.
HSL color Cylindrical-coordinate representation of color #D28AFE: hue angle of 277.24º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28AFE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 138 | 254 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.00 |
| HSL | 277.24º | 0.98% | 0.77% | - |
| HSV(B) | 277.24º | 0.46% | 1% | - |
| XYZ | 53.56 | 39.03 | 98.48 | - |
| YUV | 172.75 | 173.85 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 254 | 0.17 | 0.46 | 0 | 0.00 | 277.24 | 0.98 | 0.77 |
| Hex | D2 | 8A | FE | 11 | 2E | 0 | 0 | 115 | 62 | 4D |
| Octal | 322 | 212 | 376 | 21 | 56 | 0 | 0 | 425 | 142 | 115 |
| Binary | 11010010 | 10001010 | 11111110 | 10001 | 101110 | 0 | 0 | 100010101 | 1100010 | 1001101 |
Color Harmonies of #D28AFE
Complementary color
Monochromatic Colors of #D28AFE
Black with #D28AFE
Text Example
Text Example
White with #D28AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AFE; }
p { color: rgb(210,138,254); }
H1.HeaderClassName
{
color: #D28AFE;
}
.AnyTagClassName
{
color: #D28AFE;
}
</style>
background-color css
<style>
a { background-color: #D28AFE; }
a { background-color: rgb(210,138,254); }
div.DivClassName
{
background-color: #D28AFE;
}
.BgClassName
{
background-color: #D28AFE;
}
</style>
border-color css
<style>
span { border-color: #D28AFE; }
span { border-color: rgb(210,138,254); }
td.TdClassName
{
border-color: #D28AFE;
}
.TagClassName
{
border-color: #D28AFE;
}
</style>