Shades of Heliotrope #D263ED
Tints of Heliotrope #D263ED
RGB
CMYK
RGB Variations
Color information
#D263ED (or 0xD263ED) is known color: Heliotrope. HEX triplet: D2, 63 and ED. RGB value is (210,99,237). Sum of RGB (Red+Green+Blue) = 210+99+237=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #D263ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D263ED is #2D9C12. Grayscale: #939393. Windows color (decimal): -2989075 or 15557586. OLE color: 15557586.
HSL color Cylindrical-coordinate representation of color #D263ED: hue angle of 288.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D263ED is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 99 | 237 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.07 |
| HSL | 288.26º | 0.79% | 0.66% | - |
| HSV(B) | 288.26º | 0.58% | 0.93% | - |
| XYZ | 46.33 | 28.74 | 83.23 | - |
| YUV | 147.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 237 | 0.11 | 0.58 | 0 | 0.07 | 288.26 | 0.79 | 0.66 |
| Hex | D2 | 63 | ED | B | 3A | 0 | 7 | 120 | 4F | 42 |
| Octal | 322 | 143 | 355 | 13 | 72 | 0 | 7 | 440 | 117 | 102 |
| Binary | 11010010 | 1100011 | 11101101 | 1011 | 111010 | 0 | 111 | 100100000 | 1001111 | 1000010 |
Color Harmonies of #D263ED
Complementary color
Monochromatic Colors of #D263ED
Black with #D263ED
Text Example
Text Example
White with #D263ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263ED; }
p { color: rgb(210,99,237); }
H1.HeaderClassName
{
color: #D263ED;
}
.AnyTagClassName
{
color: #D263ED;
}
</style>
background-color css
<style>
a { background-color: #D263ED; }
a { background-color: rgb(210,99,237); }
div.DivClassName
{
background-color: #D263ED;
}
.BgClassName
{
background-color: #D263ED;
}
</style>
border-color css
<style>
span { border-color: #D263ED; }
span { border-color: rgb(210,99,237); }
td.TdClassName
{
border-color: #D263ED;
}
.TagClassName
{
border-color: #D263ED;
}
</style>