Shades of Heliotrope #DC7DF3
Tints of Heliotrope #DC7DF3
RGB
CMYK
RGB Variations
Color information
#DC7DF3 (or 0xDC7DF3) is known color: Heliotrope. HEX triplet: DC, 7D and F3. RGB value is (220,125,243). Sum of RGB (Red+Green+Blue) = 220+125+243=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DF3 is #23820C. Grayscale: #A6A6A6. Windows color (decimal): -2327053 or 15957468. OLE color: 15957468.
HSL color Cylindrical-coordinate representation of color #DC7DF3: hue angle of 288.31º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7DF3 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 125 | 243 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.05 |
| HSL | 288.31º | 0.83% | 0.72% | - |
| HSV(B) | 288.31º | 0.49% | 0.95% | - |
| XYZ | 53.03 | 36.35 | 89.02 | - |
| YUV | 166.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 243 | 0.09 | 0.49 | 0 | 0.05 | 288.31 | 0.83 | 0.72 |
| Hex | DC | 7D | F3 | 9 | 31 | 0 | 5 | 120 | 53 | 48 |
| Octal | 334 | 175 | 363 | 11 | 61 | 0 | 5 | 440 | 123 | 110 |
| Binary | 11011100 | 1111101 | 11110011 | 1001 | 110001 | 0 | 101 | 100100000 | 1010011 | 1001000 |
Color Harmonies of #DC7DF3
Complementary color
Monochromatic Colors of #DC7DF3
Black with #DC7DF3
Text Example
Text Example
White with #DC7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DF3; }
p { color: rgb(220,125,243); }
H1.HeaderClassName
{
color: #DC7DF3;
}
.AnyTagClassName
{
color: #DC7DF3;
}
</style>
background-color css
<style>
a { background-color: #DC7DF3; }
a { background-color: rgb(220,125,243); }
div.DivClassName
{
background-color: #DC7DF3;
}
.BgClassName
{
background-color: #DC7DF3;
}
</style>
border-color css
<style>
span { border-color: #DC7DF3; }
span { border-color: rgb(220,125,243); }
td.TdClassName
{
border-color: #DC7DF3;
}
.TagClassName
{
border-color: #DC7DF3;
}
</style>