Shades of Heliotrope #D25AFF
Tints of Heliotrope #D25AFF
RGB
CMYK
RGB Variations
Color information
#D25AFF (or 0xD25AFF) is known color: Heliotrope. HEX triplet: D2, 5A and FF. RGB value is (210,90,255). Sum of RGB (Red+Green+Blue) = 210+90+255=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #D25AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AFF is #2DA500. Grayscale: #909090. Windows color (decimal): -2991361 or 16734930. OLE color: 16734930.
HSL color Cylindrical-coordinate representation of color #D25AFF: hue angle of 283.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D25AFF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 90 | 255 | - |
| CMYK | 0.18 | 0.65 | 0 | 0 |
| HSL | 283.64º | 1% | 0.68% | - |
| HSV(B) | 283.64º | 0.65% | 1% | - |
| XYZ | 48.28 | 28.23 | 97.51 | - |
| YUV | 144.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 255 | 0.18 | 0.65 | 0 | 0 | 283.64 | 1 | 0.68 |
| Hex | D2 | 5A | FF | 12 | 41 | 0 | 0 | 11C | 64 | 44 |
| Octal | 322 | 132 | 377 | 22 | 101 | 0 | 0 | 434 | 144 | 104 |
| Binary | 11010010 | 1011010 | 11111111 | 10010 | 1000001 | 0 | 0 | 100011100 | 1100100 | 1000100 |
Color Harmonies of #D25AFF
Complementary color
Monochromatic Colors of #D25AFF
Black with #D25AFF
Text Example
Text Example
White with #D25AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AFF; }
p { color: rgb(210,90,255); }
H1.HeaderClassName
{
color: #D25AFF;
}
.AnyTagClassName
{
color: #D25AFF;
}
</style>
background-color css
<style>
a { background-color: #D25AFF; }
a { background-color: rgb(210,90,255); }
div.DivClassName
{
background-color: #D25AFF;
}
.BgClassName
{
background-color: #D25AFF;
}
</style>
border-color css
<style>
span { border-color: #D25AFF; }
span { border-color: rgb(210,90,255); }
td.TdClassName
{
border-color: #D25AFF;
}
.TagClassName
{
border-color: #D25AFF;
}
</style>