Shades of Heliotrope #D25AFD
Tints of Heliotrope #D25AFD
RGB
CMYK
RGB Variations
Color information
#D25AFD (or 0xD25AFD) is known color: Heliotrope. HEX triplet: D2, 5A and FD. RGB value is (210,90,253). Sum of RGB (Red+Green+Blue) = 210+90+253=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #D25AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AFD is #2DA502. Grayscale: #8F8F8F. Windows color (decimal): -2991363 or 16603858. OLE color: 16603858.
HSL color Cylindrical-coordinate representation of color #D25AFD: hue angle of 284.17º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D25AFD is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 90 | 253 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.01 |
| HSL | 284.17º | 0.98% | 0.67% | - |
| HSV(B) | 284.17º | 0.64% | 0.99% | - |
| XYZ | 47.96 | 28.11 | 95.83 | - |
| YUV | 144.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 253 | 0.17 | 0.64 | 0 | 0.01 | 284.17 | 0.98 | 0.67 |
| Hex | D2 | 5A | FD | 11 | 40 | 0 | 1 | 11C | 62 | 43 |
| Octal | 322 | 132 | 375 | 21 | 100 | 0 | 1 | 434 | 142 | 103 |
| Binary | 11010010 | 1011010 | 11111101 | 10001 | 1000000 | 0 | 1 | 100011100 | 1100010 | 1000011 |
Color Harmonies of #D25AFD
Complementary color
Monochromatic Colors of #D25AFD
Black with #D25AFD
Text Example
Text Example
White with #D25AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AFD; }
p { color: rgb(210,90,253); }
H1.HeaderClassName
{
color: #D25AFD;
}
.AnyTagClassName
{
color: #D25AFD;
}
</style>
background-color css
<style>
a { background-color: #D25AFD; }
a { background-color: rgb(210,90,253); }
div.DivClassName
{
background-color: #D25AFD;
}
.BgClassName
{
background-color: #D25AFD;
}
</style>
border-color css
<style>
span { border-color: #D25AFD; }
span { border-color: rgb(210,90,253); }
td.TdClassName
{
border-color: #D25AFD;
}
.TagClassName
{
border-color: #D25AFD;
}
</style>