Shades of Heliotrope #DC69F5
Tints of Heliotrope #DC69F5
RGB
CMYK
RGB Variations
Color information
#DC69F5 (or 0xDC69F5) is known color: Heliotrope. HEX triplet: DC, 69 and F5. RGB value is (220,105,245). Sum of RGB (Red+Green+Blue) = 220+105+245=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC69F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69F5 is #23960A. Grayscale: #9A9A9A. Windows color (decimal): -2332171 or 16083420. OLE color: 16083420.
HSL color Cylindrical-coordinate representation of color #DC69F5: hue angle of 289.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC69F5 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 105 | 245 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.04 |
| HSL | 289.29º | 0.88% | 0.69% | - |
| HSV(B) | 289.29º | 0.57% | 0.96% | - |
| XYZ | 51.05 | 31.91 | 89.86 | - |
| YUV | 155.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 245 | 0.10 | 0.57 | 0 | 0.04 | 289.29 | 0.88 | 0.69 |
| Hex | DC | 69 | F5 | A | 39 | 0 | 4 | 121 | 58 | 45 |
| Octal | 334 | 151 | 365 | 12 | 71 | 0 | 4 | 441 | 130 | 105 |
| Binary | 11011100 | 1101001 | 11110101 | 1010 | 111001 | 0 | 100 | 100100001 | 1011000 | 1000101 |
Color Harmonies of #DC69F5
Complementary color
Monochromatic Colors of #DC69F5
Black with #DC69F5
Text Example
Text Example
White with #DC69F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69F5; }
p { color: rgb(220,105,245); }
H1.HeaderClassName
{
color: #DC69F5;
}
.AnyTagClassName
{
color: #DC69F5;
}
</style>
background-color css
<style>
a { background-color: #DC69F5; }
a { background-color: rgb(220,105,245); }
div.DivClassName
{
background-color: #DC69F5;
}
.BgClassName
{
background-color: #DC69F5;
}
</style>
border-color css
<style>
span { border-color: #DC69F5; }
span { border-color: rgb(220,105,245); }
td.TdClassName
{
border-color: #DC69F5;
}
.TagClassName
{
border-color: #DC69F5;
}
</style>