Shades of Heliotrope #D262F4
Tints of Heliotrope #D262F4
RGB
CMYK
RGB Variations
Color information
#D262F4 (or 0xD262F4) is known color: Heliotrope. HEX triplet: D2, 62 and F4. RGB value is (210,98,244). Sum of RGB (Red+Green+Blue) = 210+98+244=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #D262F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262F4 is #2D9D0B. Grayscale: #939393. Windows color (decimal): -2989324 or 16016082. OLE color: 16016082.
HSL color Cylindrical-coordinate representation of color #D262F4: hue angle of 286.03º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D262F4 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 98 | 244 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.04 |
| HSL | 286.03º | 0.87% | 0.67% | - |
| HSV(B) | 286.03º | 0.6% | 0.96% | - |
| XYZ | 47.28 | 28.97 | 88.69 | - |
| YUV | 148.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 244 | 0.14 | 0.60 | 0 | 0.04 | 286.03 | 0.87 | 0.67 |
| Hex | D2 | 62 | F4 | E | 3C | 0 | 4 | 11E | 57 | 43 |
| Octal | 322 | 142 | 364 | 16 | 74 | 0 | 4 | 436 | 127 | 103 |
| Binary | 11010010 | 1100010 | 11110100 | 1110 | 111100 | 0 | 100 | 100011110 | 1010111 | 1000011 |
Color Harmonies of #D262F4
Complementary color
Monochromatic Colors of #D262F4
Black with #D262F4
Text Example
Text Example
White with #D262F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262F4; }
p { color: rgb(210,98,244); }
H1.HeaderClassName
{
color: #D262F4;
}
.AnyTagClassName
{
color: #D262F4;
}
</style>
background-color css
<style>
a { background-color: #D262F4; }
a { background-color: rgb(210,98,244); }
div.DivClassName
{
background-color: #D262F4;
}
.BgClassName
{
background-color: #D262F4;
}
</style>
border-color css
<style>
span { border-color: #D262F4; }
span { border-color: rgb(210,98,244); }
td.TdClassName
{
border-color: #D262F4;
}
.TagClassName
{
border-color: #D262F4;
}
</style>