Shades of Heliotrope #D070FE
Tints of Heliotrope #D070FE
RGB
CMYK
RGB Variations
Color information
#D070FE (or 0xD070FE) is known color: Heliotrope. HEX triplet: D0, 70 and FE. RGB value is (208,112,254). Sum of RGB (Red+Green+Blue) = 208+112+254=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #D070FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070FE is #2F8F01. Grayscale: #9C9C9C. Windows color (decimal): -3116802 or 16675024. OLE color: 16675024.
HSL color Cylindrical-coordinate representation of color #D070FE: hue angle of 280.56º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D070FE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 112 | 254 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.00 |
| HSL | 280.56º | 0.99% | 0.72% | - |
| HSV(B) | 280.56º | 0.56% | 1% | - |
| XYZ | 49.7 | 32.15 | 97.35 | - |
| YUV | 156.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 254 | 0.18 | 0.56 | 0 | 0.00 | 280.56 | 0.99 | 0.72 |
| Hex | D0 | 70 | FE | 12 | 38 | 0 | 0 | 119 | 63 | 48 |
| Octal | 320 | 160 | 376 | 22 | 70 | 0 | 0 | 431 | 143 | 110 |
| Binary | 11010000 | 1110000 | 11111110 | 10010 | 111000 | 0 | 0 | 100011001 | 1100011 | 1001000 |
Color Harmonies of #D070FE
Complementary color
Monochromatic Colors of #D070FE
Black with #D070FE
Text Example
Text Example
White with #D070FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070FE; }
p { color: rgb(208,112,254); }
H1.HeaderClassName
{
color: #D070FE;
}
.AnyTagClassName
{
color: #D070FE;
}
</style>
background-color css
<style>
a { background-color: #D070FE; }
a { background-color: rgb(208,112,254); }
div.DivClassName
{
background-color: #D070FE;
}
.BgClassName
{
background-color: #D070FE;
}
</style>
border-color css
<style>
span { border-color: #D070FE; }
span { border-color: rgb(208,112,254); }
td.TdClassName
{
border-color: #D070FE;
}
.TagClassName
{
border-color: #D070FE;
}
</style>