Shades of Heliotrope #D263FE
Tints of Heliotrope #D263FE
RGB
CMYK
RGB Variations
Color information
#D263FE (or 0xD263FE) is known color: Heliotrope. HEX triplet: D2, 63 and FE. RGB value is (210,99,254). Sum of RGB (Red+Green+Blue) = 210+99+254=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D263FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D263FE is #2D9C01. Grayscale: #959595. Windows color (decimal): -2989058 or 16671698. OLE color: 16671698.
HSL color Cylindrical-coordinate representation of color #D263FE: hue angle of 282.97º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D263FE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 99 | 254 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.00 |
| HSL | 282.97º | 0.99% | 0.69% | - |
| HSV(B) | 282.97º | 0.61% | 1% | - |
| XYZ | 48.93 | 29.78 | 96.94 | - |
| YUV | 149.86 | 186.77 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 254 | 0.17 | 0.61 | 0 | 0.00 | 282.97 | 0.99 | 0.69 |
| Hex | D2 | 63 | FE | 11 | 3D | 0 | 0 | 11B | 63 | 45 |
| Octal | 322 | 143 | 376 | 21 | 75 | 0 | 0 | 433 | 143 | 105 |
| Binary | 11010010 | 1100011 | 11111110 | 10001 | 111101 | 0 | 0 | 100011011 | 1100011 | 1000101 |
Color Harmonies of #D263FE
Complementary color
Monochromatic Colors of #D263FE
Black with #D263FE
Text Example
Text Example
White with #D263FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263FE; }
p { color: rgb(210,99,254); }
H1.HeaderClassName
{
color: #D263FE;
}
.AnyTagClassName
{
color: #D263FE;
}
</style>
background-color css
<style>
a { background-color: #D263FE; }
a { background-color: rgb(210,99,254); }
div.DivClassName
{
background-color: #D263FE;
}
.BgClassName
{
background-color: #D263FE;
}
</style>
border-color css
<style>
span { border-color: #D263FE; }
span { border-color: rgb(210,99,254); }
td.TdClassName
{
border-color: #D263FE;
}
.TagClassName
{
border-color: #D263FE;
}
</style>