Shades of Heliotrope #D249FE
Tints of Heliotrope #D249FE
RGB
CMYK
RGB Variations
Color information
#D249FE (or 0xD249FE) is known color: Heliotrope. HEX triplet: D2, 49 and FE. RGB value is (210,73,254). Sum of RGB (Red+Green+Blue) = 210+73+254=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #D249FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249FE is #2DB601. Grayscale: #868686. Windows color (decimal): -2995714 or 16665042. OLE color: 16665042.
HSL color Cylindrical-coordinate representation of color #D249FE: hue angle of 285.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D249FE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 73 | 254 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.00 |
| HSL | 285.41º | 0.99% | 0.64% | - |
| HSV(B) | 285.41º | 0.71% | 1% | - |
| XYZ | 46.85 | 25.62 | 96.24 | - |
| YUV | 134.6 | 195.39 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 254 | 0.17 | 0.71 | 0 | 0.00 | 285.41 | 0.99 | 0.64 |
| Hex | D2 | 49 | FE | 11 | 47 | 0 | 0 | 11D | 63 | 40 |
| Octal | 322 | 111 | 376 | 21 | 107 | 0 | 0 | 435 | 143 | 100 |
| Binary | 11010010 | 1001001 | 11111110 | 10001 | 1000111 | 0 | 0 | 100011101 | 1100011 | 1000000 |
Color Harmonies of #D249FE
Complementary color
Monochromatic Colors of #D249FE
Black with #D249FE
Text Example
Text Example
White with #D249FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249FE; }
p { color: rgb(210,73,254); }
H1.HeaderClassName
{
color: #D249FE;
}
.AnyTagClassName
{
color: #D249FE;
}
</style>
background-color css
<style>
a { background-color: #D249FE; }
a { background-color: rgb(210,73,254); }
div.DivClassName
{
background-color: #D249FE;
}
.BgClassName
{
background-color: #D249FE;
}
</style>
border-color css
<style>
span { border-color: #D249FE; }
span { border-color: rgb(210,73,254); }
td.TdClassName
{
border-color: #D249FE;
}
.TagClassName
{
border-color: #D249FE;
}
</style>