Shades of Heliotrope #D262F6
Tints of Heliotrope #D262F6
RGB
CMYK
RGB Variations
Color information
#D262F6 (or 0xD262F6) is known color: Heliotrope. HEX triplet: D2, 62 and F6. RGB value is (210,98,246). Sum of RGB (Red+Green+Blue) = 210+98+246=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #D262F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262F6 is #2D9D09. Grayscale: #939393. Windows color (decimal): -2989322 or 16147154. OLE color: 16147154.
HSL color Cylindrical-coordinate representation of color #D262F6: hue angle of 285.41º degrees, saturation: 0.89, 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 #D262F6 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 98 | 246 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.04 |
| HSL | 285.41º | 0.89% | 0.67% | - |
| HSV(B) | 285.41º | 0.6% | 0.96% | - |
| XYZ | 47.58 | 29.09 | 90.3 | - |
| YUV | 148.36 | 183.11 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 246 | 0.15 | 0.60 | 0 | 0.04 | 285.41 | 0.89 | 0.67 |
| Hex | D2 | 62 | F6 | F | 3C | 0 | 4 | 11D | 59 | 43 |
| Octal | 322 | 142 | 366 | 17 | 74 | 0 | 4 | 435 | 131 | 103 |
| Binary | 11010010 | 1100010 | 11110110 | 1111 | 111100 | 0 | 100 | 100011101 | 1011001 | 1000011 |
Color Harmonies of #D262F6
Complementary color
Monochromatic Colors of #D262F6
Black with #D262F6
Text Example
Text Example
White with #D262F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262F6; }
p { color: rgb(210,98,246); }
H1.HeaderClassName
{
color: #D262F6;
}
.AnyTagClassName
{
color: #D262F6;
}
</style>
background-color css
<style>
a { background-color: #D262F6; }
a { background-color: rgb(210,98,246); }
div.DivClassName
{
background-color: #D262F6;
}
.BgClassName
{
background-color: #D262F6;
}
</style>
border-color css
<style>
span { border-color: #D262F6; }
span { border-color: rgb(210,98,246); }
td.TdClassName
{
border-color: #D262F6;
}
.TagClassName
{
border-color: #D262F6;
}
</style>