Shades of Heliotrope #D070F2
Tints of Heliotrope #D070F2
RGB
CMYK
RGB Variations
Color information
#D070F2 (or 0xD070F2) is known color: Heliotrope. HEX triplet: D0, 70 and F2. RGB value is (208,112,242). Sum of RGB (Red+Green+Blue) = 208+112+242=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #D070F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070F2 is #2F8F0D. Grayscale: #9B9B9B. Windows color (decimal): -3116814 or 15888592. OLE color: 15888592.
HSL color Cylindrical-coordinate representation of color #D070F2: hue angle of 284.31º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D070F2 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 112 | 242 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.05 |
| HSL | 284.31º | 0.83% | 0.69% | - |
| HSV(B) | 284.31º | 0.54% | 0.95% | - |
| XYZ | 47.83 | 31.41 | 87.55 | - |
| YUV | 155.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 242 | 0.14 | 0.54 | 0 | 0.05 | 284.31 | 0.83 | 0.69 |
| Hex | D0 | 70 | F2 | E | 36 | 0 | 5 | 11C | 53 | 45 |
| Octal | 320 | 160 | 362 | 16 | 66 | 0 | 5 | 434 | 123 | 105 |
| Binary | 11010000 | 1110000 | 11110010 | 1110 | 110110 | 0 | 101 | 100011100 | 1010011 | 1000101 |
Color Harmonies of #D070F2
Complementary color
Monochromatic Colors of #D070F2
Black with #D070F2
Text Example
Text Example
White with #D070F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070F2; }
p { color: rgb(208,112,242); }
H1.HeaderClassName
{
color: #D070F2;
}
.AnyTagClassName
{
color: #D070F2;
}
</style>
background-color css
<style>
a { background-color: #D070F2; }
a { background-color: rgb(208,112,242); }
div.DivClassName
{
background-color: #D070F2;
}
.BgClassName
{
background-color: #D070F2;
}
</style>
border-color css
<style>
span { border-color: #D070F2; }
span { border-color: rgb(208,112,242); }
td.TdClassName
{
border-color: #D070F2;
}
.TagClassName
{
border-color: #D070F2;
}
</style>