Shades of Heliotrope #D25AFB
Tints of Heliotrope #D25AFB
RGB
CMYK
RGB Variations
Color information
#D25AFB (or 0xD25AFB) is known color: Heliotrope. HEX triplet: D2, 5A and FB. RGB value is (210,90,251). Sum of RGB (Red+Green+Blue) = 210+90+251=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #D25AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AFB is #2DA504. Grayscale: #8F8F8F. Windows color (decimal): -2991365 or 16472786. OLE color: 16472786.
HSL color Cylindrical-coordinate representation of color #D25AFB: hue angle of 284.72º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D25AFB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 90 | 251 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.02 |
| HSL | 284.72º | 0.95% | 0.67% | - |
| HSV(B) | 284.72º | 0.64% | 0.98% | - |
| XYZ | 47.65 | 27.98 | 94.16 | - |
| YUV | 144.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 251 | 0.16 | 0.64 | 0 | 0.02 | 284.72 | 0.95 | 0.67 |
| Hex | D2 | 5A | FB | 10 | 40 | 0 | 2 | 11D | 5F | 43 |
| Octal | 322 | 132 | 373 | 20 | 100 | 0 | 2 | 435 | 137 | 103 |
| Binary | 11010010 | 1011010 | 11111011 | 10000 | 1000000 | 0 | 10 | 100011101 | 1011111 | 1000011 |
Color Harmonies of #D25AFB
Complementary color
Monochromatic Colors of #D25AFB
Black with #D25AFB
Text Example
Text Example
White with #D25AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AFB; }
p { color: rgb(210,90,251); }
H1.HeaderClassName
{
color: #D25AFB;
}
.AnyTagClassName
{
color: #D25AFB;
}
</style>
background-color css
<style>
a { background-color: #D25AFB; }
a { background-color: rgb(210,90,251); }
div.DivClassName
{
background-color: #D25AFB;
}
.BgClassName
{
background-color: #D25AFB;
}
</style>
border-color css
<style>
span { border-color: #D25AFB; }
span { border-color: rgb(210,90,251); }
td.TdClassName
{
border-color: #D25AFB;
}
.TagClassName
{
border-color: #D25AFB;
}
</style>