Shades of Heliotrope #D263F0
Tints of Heliotrope #D263F0
RGB
CMYK
RGB Variations
Color information
#D263F0 (or 0xD263F0) is known color: Heliotrope. HEX triplet: D2, 63 and F0. RGB value is (210,99,240). Sum of RGB (Red+Green+Blue) = 210+99+240=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #D263F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D263F0 is #2D9C0F. Grayscale: #939393. Windows color (decimal): -2989072 or 15754194. OLE color: 15754194.
HSL color Cylindrical-coordinate representation of color #D263F0: hue angle of 287.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D263F0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 99 | 240 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.06 |
| HSL | 287.23º | 0.82% | 0.66% | - |
| HSV(B) | 287.23º | 0.59% | 0.94% | - |
| XYZ | 46.77 | 28.92 | 85.55 | - |
| YUV | 148.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 240 | 0.12 | 0.59 | 0 | 0.06 | 287.23 | 0.82 | 0.66 |
| Hex | D2 | 63 | F0 | C | 3B | 0 | 6 | 11F | 52 | 42 |
| Octal | 322 | 143 | 360 | 14 | 73 | 0 | 6 | 437 | 122 | 102 |
| Binary | 11010010 | 1100011 | 11110000 | 1100 | 111011 | 0 | 110 | 100011111 | 1010010 | 1000010 |
Color Harmonies of #D263F0
Complementary color
Monochromatic Colors of #D263F0
Black with #D263F0
Text Example
Text Example
White with #D263F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263F0; }
p { color: rgb(210,99,240); }
H1.HeaderClassName
{
color: #D263F0;
}
.AnyTagClassName
{
color: #D263F0;
}
</style>
background-color css
<style>
a { background-color: #D263F0; }
a { background-color: rgb(210,99,240); }
div.DivClassName
{
background-color: #D263F0;
}
.BgClassName
{
background-color: #D263F0;
}
</style>
border-color css
<style>
span { border-color: #D263F0; }
span { border-color: rgb(210,99,240); }
td.TdClassName
{
border-color: #D263F0;
}
.TagClassName
{
border-color: #D263F0;
}
</style>