Shades of Heliotrope #D16BF2
Tints of Heliotrope #D16BF2
RGB
CMYK
RGB Variations
Color information
#D16BF2 (or 0xD16BF2) is known color: Heliotrope. HEX triplet: D1, 6B and F2. RGB value is (209,107,242). Sum of RGB (Red+Green+Blue) = 209+107+242=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #D16BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16BF2 is #2E940D. Grayscale: #989898. Windows color (decimal): -3052558 or 15887313. OLE color: 15887313.
HSL color Cylindrical-coordinate representation of color #D16BF2: hue angle of 285.33º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16BF2 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 209 | 107 | 242 | - |
CMYK | 0.14 | 0.56 | 0 | 0.05 |
HSL | 285.33º | 0.84% | 0.68% | - |
HSV(B) | 285.33º | 0.56% | 0.95% | - |
XYZ | 47.58 | 30.48 | 87.38 | - |
YUV | 152.89 | 178.29 | 168.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 107 | 242 | 0.14 | 0.56 | 0 | 0.05 | 285.33 | 0.84 | 0.68 |
Hex | D1 | 6B | F2 | E | 38 | 0 | 5 | 11D | 54 | 44 |
Octal | 321 | 153 | 362 | 16 | 70 | 0 | 5 | 435 | 124 | 104 |
Binary | 11010001 | 1101011 | 11110010 | 1110 | 111000 | 0 | 101 | 100011101 | 1010100 | 1000100 |
Color Harmonies of #D16BF2
Complementary color
Monochromatic Colors of #D16BF2
Black with #D16BF2
Text Example
Text Example
White with #D16BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BF2; }
p { color: rgb(209,107,242); }
H1.HeaderClassName
{
color: #D16BF2;
}
.AnyTagClassName
{
color: #D16BF2;
}
</style>
background-color css
<style>
a { background-color: #D16BF2; }
a { background-color: rgb(209,107,242); }
div.DivClassName
{
background-color: #D16BF2;
}
.BgClassName
{
background-color: #D16BF2;
}
</style>
border-color css
<style>
span { border-color: #D16BF2; }
span { border-color: rgb(209,107,242); }
td.TdClassName
{
border-color: #D16BF2;
}
.TagClassName
{
border-color: #D16BF2;
}
</style>