Shades of Heliotrope #D262F2
Tints of Heliotrope #D262F2
RGB
CMYK
RGB Variations
Color information
#D262F2 (or 0xD262F2) is known color: Heliotrope. HEX triplet: D2, 62 and F2. RGB value is (210,98,242). Sum of RGB (Red+Green+Blue) = 210+98+242=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #D262F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262F2 is #2D9D0D. Grayscale: #939393. Windows color (decimal): -2989326 or 15885010. OLE color: 15885010.
HSL color Cylindrical-coordinate representation of color #D262F2: hue angle of 286.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D262F2 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 98 | 242 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.05 |
| HSL | 286.67º | 0.85% | 0.67% | - |
| HSV(B) | 286.67º | 0.6% | 0.95% | - |
| XYZ | 46.97 | 28.85 | 87.1 | - |
| YUV | 147.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 242 | 0.13 | 0.60 | 0 | 0.05 | 286.67 | 0.85 | 0.67 |
| Hex | D2 | 62 | F2 | D | 3C | 0 | 5 | 11F | 55 | 43 |
| Octal | 322 | 142 | 362 | 15 | 74 | 0 | 5 | 437 | 125 | 103 |
| Binary | 11010010 | 1100010 | 11110010 | 1101 | 111100 | 0 | 101 | 100011111 | 1010101 | 1000011 |
Color Harmonies of #D262F2
Complementary color
Monochromatic Colors of #D262F2
Black with #D262F2
Text Example
Text Example
White with #D262F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262F2; }
p { color: rgb(210,98,242); }
H1.HeaderClassName
{
color: #D262F2;
}
.AnyTagClassName
{
color: #D262F2;
}
</style>
background-color css
<style>
a { background-color: #D262F2; }
a { background-color: rgb(210,98,242); }
div.DivClassName
{
background-color: #D262F2;
}
.BgClassName
{
background-color: #D262F2;
}
</style>
border-color css
<style>
span { border-color: #D262F2; }
span { border-color: rgb(210,98,242); }
td.TdClassName
{
border-color: #D262F2;
}
.TagClassName
{
border-color: #D262F2;
}
</style>