Shades of Heliotrope #DC69F3
Tints of Heliotrope #DC69F3
RGB
CMYK
RGB Variations
Color information
#DC69F3 (or 0xDC69F3) is known color: Heliotrope. HEX triplet: DC, 69 and F3. RGB value is (220,105,243). Sum of RGB (Red+Green+Blue) = 220+105+243=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC69F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69F3 is #23960C. Grayscale: #9A9A9A. Windows color (decimal): -2332173 or 15952348. OLE color: 15952348.
HSL color Cylindrical-coordinate representation of color #DC69F3: hue angle of 290º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC69F3 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 105 | 243 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290º | 0.85% | 0.68% | - |
| HSV(B) | 290º | 0.57% | 0.95% | - |
| XYZ | 50.74 | 31.79 | 88.26 | - |
| YUV | 155.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 243 | 0.09 | 0.57 | 0 | 0.05 | 290 | 0.85 | 0.68 |
| Hex | DC | 69 | F3 | 9 | 39 | 0 | 5 | 122 | 55 | 44 |
| Octal | 334 | 151 | 363 | 11 | 71 | 0 | 5 | 442 | 125 | 104 |
| Binary | 11011100 | 1101001 | 11110011 | 1001 | 111001 | 0 | 101 | 100100010 | 1010101 | 1000100 |
Color Harmonies of #DC69F3
Complementary color
Monochromatic Colors of #DC69F3
Black with #DC69F3
Text Example
Text Example
White with #DC69F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69F3; }
p { color: rgb(220,105,243); }
H1.HeaderClassName
{
color: #DC69F3;
}
.AnyTagClassName
{
color: #DC69F3;
}
</style>
background-color css
<style>
a { background-color: #DC69F3; }
a { background-color: rgb(220,105,243); }
div.DivClassName
{
background-color: #DC69F3;
}
.BgClassName
{
background-color: #DC69F3;
}
</style>
border-color css
<style>
span { border-color: #DC69F3; }
span { border-color: rgb(220,105,243); }
td.TdClassName
{
border-color: #DC69F3;
}
.TagClassName
{
border-color: #DC69F3;
}
</style>