Shades of Heliotrope #D25BFD
Tints of Heliotrope #D25BFD
RGB
CMYK
RGB Variations
Color information
#D25BFD (or 0xD25BFD) is known color: Heliotrope. HEX triplet: D2, 5B and FD. RGB value is (210,91,253). Sum of RGB (Red+Green+Blue) = 210+91+253=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #D25BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25BFD is #2DA402. Grayscale: #909090. Windows color (decimal): -2991107 or 16604114. OLE color: 16604114.
HSL color Cylindrical-coordinate representation of color #D25BFD: hue angle of 284.07º 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 #D25BFD is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 91 | 253 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.01 |
| HSL | 284.07º | 0.98% | 0.67% | - |
| HSV(B) | 284.07º | 0.64% | 0.99% | - |
| XYZ | 48.05 | 28.28 | 95.85 | - |
| YUV | 145.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 253 | 0.17 | 0.64 | 0 | 0.01 | 284.07 | 0.98 | 0.67 |
| Hex | D2 | 5B | FD | 11 | 40 | 0 | 1 | 11C | 62 | 43 |
| Octal | 322 | 133 | 375 | 21 | 100 | 0 | 1 | 434 | 142 | 103 |
| Binary | 11010010 | 1011011 | 11111101 | 10001 | 1000000 | 0 | 1 | 100011100 | 1100010 | 1000011 |
Color Harmonies of #D25BFD
Complementary color
Monochromatic Colors of #D25BFD
Black with #D25BFD
Text Example
Text Example
White with #D25BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BFD; }
p { color: rgb(210,91,253); }
H1.HeaderClassName
{
color: #D25BFD;
}
.AnyTagClassName
{
color: #D25BFD;
}
</style>
background-color css
<style>
a { background-color: #D25BFD; }
a { background-color: rgb(210,91,253); }
div.DivClassName
{
background-color: #D25BFD;
}
.BgClassName
{
background-color: #D25BFD;
}
</style>
border-color css
<style>
span { border-color: #D25BFD; }
span { border-color: rgb(210,91,253); }
td.TdClassName
{
border-color: #D25BFD;
}
.TagClassName
{
border-color: #D25BFD;
}
</style>