Shades of Heliotrope #D369F9
Tints of Heliotrope #D369F9
RGB
CMYK
RGB Variations
Color information
#D369F9 (or 0xD369F9) is known color: Heliotrope. HEX triplet: D3, 69 and F9. RGB value is (211,105,249). Sum of RGB (Red+Green+Blue) = 211+105+249=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #D369F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369F9 is #2C9606. Grayscale: #989898. Windows color (decimal): -2921991 or 16345555. OLE color: 16345555.
HSL color Cylindrical-coordinate representation of color #D369F9: hue angle of 284.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D369F9 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 105 | 249 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.02 |
| HSL | 284.17º | 0.92% | 0.69% | - |
| HSV(B) | 284.17º | 0.58% | 0.98% | - |
| XYZ | 49.01 | 30.79 | 92.98 | - |
| YUV | 153.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 249 | 0.15 | 0.58 | 0 | 0.02 | 284.17 | 0.92 | 0.69 |
| Hex | D3 | 69 | F9 | F | 3A | 0 | 2 | 11C | 5C | 45 |
| Octal | 323 | 151 | 371 | 17 | 72 | 0 | 2 | 434 | 134 | 105 |
| Binary | 11010011 | 1101001 | 11111001 | 1111 | 111010 | 0 | 10 | 100011100 | 1011100 | 1000101 |
Color Harmonies of #D369F9
Complementary color
Monochromatic Colors of #D369F9
Black with #D369F9
Text Example
Text Example
White with #D369F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369F9; }
p { color: rgb(211,105,249); }
H1.HeaderClassName
{
color: #D369F9;
}
.AnyTagClassName
{
color: #D369F9;
}
</style>
background-color css
<style>
a { background-color: #D369F9; }
a { background-color: rgb(211,105,249); }
div.DivClassName
{
background-color: #D369F9;
}
.BgClassName
{
background-color: #D369F9;
}
</style>
border-color css
<style>
span { border-color: #D369F9; }
span { border-color: rgb(211,105,249); }
td.TdClassName
{
border-color: #D369F9;
}
.TagClassName
{
border-color: #D369F9;
}
</style>