Shades of Heliotrope #D163FD
Tints of Heliotrope #D163FD
RGB
CMYK
RGB Variations
Color information
#D163FD (or 0xD163FD) is known color: Heliotrope. HEX triplet: D1, 63 and FD. RGB value is (209,99,253). Sum of RGB (Red+Green+Blue) = 209+99+253=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #D163FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D163FD is #2E9C02. Grayscale: #949494. Windows color (decimal): -3054595 or 16606161. OLE color: 16606161.
HSL color Cylindrical-coordinate representation of color #D163FD: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D163FD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 99 | 253 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.01 |
| HSL | 282.86º | 0.97% | 0.69% | - |
| HSV(B) | 282.86º | 0.61% | 0.99% | - |
| XYZ | 48.49 | 29.57 | 96.08 | - |
| YUV | 149.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 253 | 0.17 | 0.61 | 0 | 0.01 | 282.86 | 0.97 | 0.69 |
| Hex | D1 | 63 | FD | 11 | 3D | 0 | 1 | 11B | 61 | 45 |
| Octal | 321 | 143 | 375 | 21 | 75 | 0 | 1 | 433 | 141 | 105 |
| Binary | 11010001 | 1100011 | 11111101 | 10001 | 111101 | 0 | 1 | 100011011 | 1100001 | 1000101 |
Color Harmonies of #D163FD
Complementary color
Monochromatic Colors of #D163FD
Black with #D163FD
Text Example
Text Example
White with #D163FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163FD; }
p { color: rgb(209,99,253); }
H1.HeaderClassName
{
color: #D163FD;
}
.AnyTagClassName
{
color: #D163FD;
}
</style>
background-color css
<style>
a { background-color: #D163FD; }
a { background-color: rgb(209,99,253); }
div.DivClassName
{
background-color: #D163FD;
}
.BgClassName
{
background-color: #D163FD;
}
</style>
border-color css
<style>
span { border-color: #D163FD; }
span { border-color: rgb(209,99,253); }
td.TdClassName
{
border-color: #D163FD;
}
.TagClassName
{
border-color: #D163FD;
}
</style>