Shades of Heliotrope #D25BF2
Tints of Heliotrope #D25BF2
RGB
CMYK
RGB Variations
Color information
#D25BF2 (or 0xD25BF2) is known color: Heliotrope. HEX triplet: D2, 5B and F2. RGB value is (210,91,242). Sum of RGB (Red+Green+Blue) = 210+91+242=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #D25BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25BF2 is #2DA40D. Grayscale: #8F8F8F. Windows color (decimal): -2991118 or 15883218. OLE color: 15883218.
HSL color Cylindrical-coordinate representation of color #D25BF2: hue angle of 287.28º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25BF2 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 91 | 242 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.05 |
| HSL | 287.28º | 0.85% | 0.65% | - |
| HSV(B) | 287.28º | 0.62% | 0.95% | - |
| XYZ | 46.35 | 27.59 | 86.89 | - |
| YUV | 143.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 242 | 0.13 | 0.62 | 0 | 0.05 | 287.28 | 0.85 | 0.65 |
| Hex | D2 | 5B | F2 | D | 3E | 0 | 5 | 11F | 55 | 41 |
| Octal | 322 | 133 | 362 | 15 | 76 | 0 | 5 | 437 | 125 | 101 |
| Binary | 11010010 | 1011011 | 11110010 | 1101 | 111110 | 0 | 101 | 100011111 | 1010101 | 1000001 |
Color Harmonies of #D25BF2
Complementary color
Monochromatic Colors of #D25BF2
Black with #D25BF2
Text Example
Text Example
White with #D25BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BF2; }
p { color: rgb(210,91,242); }
H1.HeaderClassName
{
color: #D25BF2;
}
.AnyTagClassName
{
color: #D25BF2;
}
</style>
background-color css
<style>
a { background-color: #D25BF2; }
a { background-color: rgb(210,91,242); }
div.DivClassName
{
background-color: #D25BF2;
}
.BgClassName
{
background-color: #D25BF2;
}
</style>
border-color css
<style>
span { border-color: #D25BF2; }
span { border-color: rgb(210,91,242); }
td.TdClassName
{
border-color: #D25BF2;
}
.TagClassName
{
border-color: #D25BF2;
}
</style>