Shades of Heliotrope #D167F2
Tints of Heliotrope #D167F2
RGB
CMYK
RGB Variations
Color information
#D167F2 (or 0xD167F2) is known color: Heliotrope. HEX triplet: D1, 67 and F2. RGB value is (209,103,242). Sum of RGB (Red+Green+Blue) = 209+103+242=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #D167F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D167F2 is #2E980D. Grayscale: #969696. Windows color (decimal): -3053582 or 15886289. OLE color: 15886289.
HSL color Cylindrical-coordinate representation of color #D167F2: hue angle of 285.76º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D167F2 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 103 | 242 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.05 |
| HSL | 285.76º | 0.84% | 0.68% | - |
| HSV(B) | 285.76º | 0.57% | 0.95% | - |
| XYZ | 47.17 | 29.67 | 87.24 | - |
| YUV | 150.54 | 179.62 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 242 | 0.14 | 0.57 | 0 | 0.05 | 285.76 | 0.84 | 0.68 |
| Hex | D1 | 67 | F2 | E | 39 | 0 | 5 | 11E | 54 | 44 |
| Octal | 321 | 147 | 362 | 16 | 71 | 0 | 5 | 436 | 124 | 104 |
| Binary | 11010001 | 1100111 | 11110010 | 1110 | 111001 | 0 | 101 | 100011110 | 1010100 | 1000100 |
Color Harmonies of #D167F2
Complementary color
Monochromatic Colors of #D167F2
Black with #D167F2
Text Example
Text Example
White with #D167F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D167F2; }
p { color: rgb(209,103,242); }
H1.HeaderClassName
{
color: #D167F2;
}
.AnyTagClassName
{
color: #D167F2;
}
</style>
background-color css
<style>
a { background-color: #D167F2; }
a { background-color: rgb(209,103,242); }
div.DivClassName
{
background-color: #D167F2;
}
.BgClassName
{
background-color: #D167F2;
}
</style>
border-color css
<style>
span { border-color: #D167F2; }
span { border-color: rgb(209,103,242); }
td.TdClassName
{
border-color: #D167F2;
}
.TagClassName
{
border-color: #D167F2;
}
</style>