Shades of Heliotrope #D070FC
Tints of Heliotrope #D070FC
RGB
CMYK
RGB Variations
Color information
#D070FC (or 0xD070FC) is known color: Heliotrope. HEX triplet: D0, 70 and FC. RGB value is (208,112,252). Sum of RGB (Red+Green+Blue) = 208+112+252=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #D070FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070FC is #2F8F03. Grayscale: #9C9C9C. Windows color (decimal): -3116804 or 16543952. OLE color: 16543952.
HSL color Cylindrical-coordinate representation of color #D070FC: hue angle of 281.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D070FC is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 112 | 252 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.01 |
| HSL | 281.14º | 0.96% | 0.71% | - |
| HSV(B) | 281.14º | 0.56% | 0.99% | - |
| XYZ | 49.38 | 32.03 | 95.67 | - |
| YUV | 156.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 252 | 0.17 | 0.56 | 0 | 0.01 | 281.14 | 0.96 | 0.71 |
| Hex | D0 | 70 | FC | 11 | 38 | 0 | 1 | 119 | 60 | 47 |
| Octal | 320 | 160 | 374 | 21 | 70 | 0 | 1 | 431 | 140 | 107 |
| Binary | 11010000 | 1110000 | 11111100 | 10001 | 111000 | 0 | 1 | 100011001 | 1100000 | 1000111 |
Color Harmonies of #D070FC
Complementary color
Monochromatic Colors of #D070FC
Black with #D070FC
Text Example
Text Example
White with #D070FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070FC; }
p { color: rgb(208,112,252); }
H1.HeaderClassName
{
color: #D070FC;
}
.AnyTagClassName
{
color: #D070FC;
}
</style>
background-color css
<style>
a { background-color: #D070FC; }
a { background-color: rgb(208,112,252); }
div.DivClassName
{
background-color: #D070FC;
}
.BgClassName
{
background-color: #D070FC;
}
</style>
border-color css
<style>
span { border-color: #D070FC; }
span { border-color: rgb(208,112,252); }
td.TdClassName
{
border-color: #D070FC;
}
.TagClassName
{
border-color: #D070FC;
}
</style>