Shades of Heliotrope #D071FF
Tints of Heliotrope #D071FF
RGB
CMYK
RGB Variations
Color information
#D071FF (or 0xD071FF) is known color: Heliotrope. HEX triplet: D0, 71 and FF. RGB value is (208,113,255). Sum of RGB (Red+Green+Blue) = 208+113+255=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #D071FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D071FF is #2F8E00. Grayscale: #9D9D9D. Windows color (decimal): -3116545 or 16740816. OLE color: 16740816.
HSL color Cylindrical-coordinate representation of color #D071FF: hue angle of 280.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D071FF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 113 | 255 | - |
| CMYK | 0.18 | 0.56 | 0 | 0 |
| HSL | 280.14º | 1% | 0.72% | - |
| HSV(B) | 280.14º | 0.56% | 1% | - |
| XYZ | 49.97 | 32.44 | 98.24 | - |
| YUV | 157.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 255 | 0.18 | 0.56 | 0 | 0 | 280.14 | 1 | 0.72 |
| Hex | D0 | 71 | FF | 12 | 38 | 0 | 0 | 118 | 64 | 48 |
| Octal | 320 | 161 | 377 | 22 | 70 | 0 | 0 | 430 | 144 | 110 |
| Binary | 11010000 | 1110001 | 11111111 | 10010 | 111000 | 0 | 0 | 100011000 | 1100100 | 1001000 |
Color Harmonies of #D071FF
Complementary color
Monochromatic Colors of #D071FF
Black with #D071FF
Text Example
Text Example
White with #D071FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071FF; }
p { color: rgb(208,113,255); }
H1.HeaderClassName
{
color: #D071FF;
}
.AnyTagClassName
{
color: #D071FF;
}
</style>
background-color css
<style>
a { background-color: #D071FF; }
a { background-color: rgb(208,113,255); }
div.DivClassName
{
background-color: #D071FF;
}
.BgClassName
{
background-color: #D071FF;
}
</style>
border-color css
<style>
span { border-color: #D071FF; }
span { border-color: rgb(208,113,255); }
td.TdClassName
{
border-color: #D071FF;
}
.TagClassName
{
border-color: #D071FF;
}
</style>