Shades of Heliotrope #DC69F2
Tints of Heliotrope #DC69F2
RGB
CMYK
RGB Variations
Color information
#DC69F2 (or 0xDC69F2) is known color: Heliotrope. HEX triplet: DC, 69 and F2. RGB value is (220,105,242). Sum of RGB (Red+Green+Blue) = 220+105+242=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69F2 is #23960D. Grayscale: #9A9A9A. Windows color (decimal): -2332174 or 15886812. OLE color: 15886812.
HSL color Cylindrical-coordinate representation of color #DC69F2: hue angle of 290.36º degrees, saturation: 0.84, 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 #DC69F2 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 105 | 242 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.37º | 0.84% | 0.68% | - |
| HSV(B) | 290.37º | 0.57% | 0.95% | - |
| XYZ | 50.59 | 31.73 | 87.46 | - |
| YUV | 155 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 242 | 0.09 | 0.57 | 0 | 0.05 | 290.37 | 0.84 | 0.68 |
| Hex | DC | 69 | F2 | 9 | 39 | 0 | 5 | 122 | 54 | 44 |
| Octal | 334 | 151 | 362 | 11 | 71 | 0 | 5 | 442 | 124 | 104 |
| Binary | 11011100 | 1101001 | 11110010 | 1001 | 111001 | 0 | 101 | 100100010 | 1010100 | 1000100 |
Color Harmonies of #DC69F2
Complementary color
Monochromatic Colors of #DC69F2
Black with #DC69F2
Text Example
Text Example
White with #DC69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69F2; }
p { color: rgb(220,105,242); }
H1.HeaderClassName
{
color: #DC69F2;
}
.AnyTagClassName
{
color: #DC69F2;
}
</style>
background-color css
<style>
a { background-color: #DC69F2; }
a { background-color: rgb(220,105,242); }
div.DivClassName
{
background-color: #DC69F2;
}
.BgClassName
{
background-color: #DC69F2;
}
</style>
border-color css
<style>
span { border-color: #DC69F2; }
span { border-color: rgb(220,105,242); }
td.TdClassName
{
border-color: #DC69F2;
}
.TagClassName
{
border-color: #DC69F2;
}
</style>