Shades of Heliotrope #D369FC
Tints of Heliotrope #D369FC
RGB
CMYK
RGB Variations
Color information
#D369FC (or 0xD369FC) is known color: Heliotrope. HEX triplet: D3, 69 and FC. RGB value is (211,105,252). Sum of RGB (Red+Green+Blue) = 211+105+252=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #D369FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369FC is #2C9603. Grayscale: #989898. Windows color (decimal): -2921988 or 16542163. OLE color: 16542163.
HSL color Cylindrical-coordinate representation of color #D369FC: hue angle of 283.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D369FC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 105 | 252 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.01 |
| HSL | 283.27º | 0.96% | 0.7% | - |
| HSV(B) | 283.27º | 0.58% | 0.99% | - |
| XYZ | 49.49 | 30.98 | 95.47 | - |
| YUV | 153.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 252 | 0.16 | 0.58 | 0 | 0.01 | 283.27 | 0.96 | 0.7 |
| Hex | D3 | 69 | FC | 10 | 3A | 0 | 1 | 11B | 60 | 46 |
| Octal | 323 | 151 | 374 | 20 | 72 | 0 | 1 | 433 | 140 | 106 |
| Binary | 11010011 | 1101001 | 11111100 | 10000 | 111010 | 0 | 1 | 100011011 | 1100000 | 1000110 |
Color Harmonies of #D369FC
Complementary color
Monochromatic Colors of #D369FC
Black with #D369FC
Text Example
Text Example
White with #D369FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369FC; }
p { color: rgb(211,105,252); }
H1.HeaderClassName
{
color: #D369FC;
}
.AnyTagClassName
{
color: #D369FC;
}
</style>
background-color css
<style>
a { background-color: #D369FC; }
a { background-color: rgb(211,105,252); }
div.DivClassName
{
background-color: #D369FC;
}
.BgClassName
{
background-color: #D369FC;
}
</style>
border-color css
<style>
span { border-color: #D369FC; }
span { border-color: rgb(211,105,252); }
td.TdClassName
{
border-color: #D369FC;
}
.TagClassName
{
border-color: #D369FC;
}
</style>