Shades of Heliotrope #DC69F1
Tints of Heliotrope #DC69F1
RGB
CMYK
RGB Variations
Color information
#DC69F1 (or 0xDC69F1) is known color: Heliotrope. HEX triplet: DC, 69 and F1. RGB value is (220,105,241). Sum of RGB (Red+Green+Blue) = 220+105+241=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69F1 is #23960E. Grayscale: #9A9A9A. Windows color (decimal): -2332175 or 15821276. OLE color: 15821276.
HSL color Cylindrical-coordinate representation of color #DC69F1: hue angle of 290.74º degrees, saturation: 0.83, 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 #DC69F1 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 105 | 241 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.05 |
| HSL | 290.74º | 0.83% | 0.68% | - |
| HSV(B) | 290.74º | 0.56% | 0.95% | - |
| XYZ | 50.44 | 31.67 | 86.67 | - |
| YUV | 154.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 241 | 0.09 | 0.56 | 0 | 0.05 | 290.74 | 0.83 | 0.68 |
| Hex | DC | 69 | F1 | 9 | 38 | 0 | 5 | 123 | 53 | 44 |
| Octal | 334 | 151 | 361 | 11 | 70 | 0 | 5 | 443 | 123 | 104 |
| Binary | 11011100 | 1101001 | 11110001 | 1001 | 111000 | 0 | 101 | 100100011 | 1010011 | 1000100 |
Color Harmonies of #DC69F1
Complementary color
Monochromatic Colors of #DC69F1
Black with #DC69F1
Text Example
Text Example
White with #DC69F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69F1; }
p { color: rgb(220,105,241); }
H1.HeaderClassName
{
color: #DC69F1;
}
.AnyTagClassName
{
color: #DC69F1;
}
</style>
background-color css
<style>
a { background-color: #DC69F1; }
a { background-color: rgb(220,105,241); }
div.DivClassName
{
background-color: #DC69F1;
}
.BgClassName
{
background-color: #DC69F1;
}
</style>
border-color css
<style>
span { border-color: #DC69F1; }
span { border-color: rgb(220,105,241); }
td.TdClassName
{
border-color: #DC69F1;
}
.TagClassName
{
border-color: #DC69F1;
}
</style>