Shades of Heliotrope #D28AF8
Tints of Heliotrope #D28AF8
RGB
CMYK
RGB Variations
Color information
#D28AF8 (or 0xD28AF8) is known color: Heliotrope. HEX triplet: D2, 8A and F8. RGB value is (210,138,248). Sum of RGB (Red+Green+Blue) = 210+138+248=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #D28AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AF8 is #2D7507. Grayscale: #ABABAB. Windows color (decimal): -2979080 or 16288466. OLE color: 16288466.
HSL color Cylindrical-coordinate representation of color #D28AF8: hue angle of 279.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D28AF8 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 138 | 248 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.03 |
| HSL | 279.27º | 0.89% | 0.76% | - |
| HSV(B) | 279.27º | 0.44% | 0.97% | - |
| XYZ | 52.61 | 38.66 | 93.5 | - |
| YUV | 172.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 248 | 0.15 | 0.44 | 0 | 0.03 | 279.27 | 0.89 | 0.76 |
| Hex | D2 | 8A | F8 | F | 2C | 0 | 3 | 117 | 59 | 4C |
| Octal | 322 | 212 | 370 | 17 | 54 | 0 | 3 | 427 | 131 | 114 |
| Binary | 11010010 | 10001010 | 11111000 | 1111 | 101100 | 0 | 11 | 100010111 | 1011001 | 1001100 |
Color Harmonies of #D28AF8
Complementary color
Monochromatic Colors of #D28AF8
Black with #D28AF8
Text Example
Text Example
White with #D28AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AF8; }
p { color: rgb(210,138,248); }
H1.HeaderClassName
{
color: #D28AF8;
}
.AnyTagClassName
{
color: #D28AF8;
}
</style>
background-color css
<style>
a { background-color: #D28AF8; }
a { background-color: rgb(210,138,248); }
div.DivClassName
{
background-color: #D28AF8;
}
.BgClassName
{
background-color: #D28AF8;
}
</style>
border-color css
<style>
span { border-color: #D28AF8; }
span { border-color: rgb(210,138,248); }
td.TdClassName
{
border-color: #D28AF8;
}
.TagClassName
{
border-color: #D28AF8;
}
</style>