Shades of Heliotrope #DC7DFB
Tints of Heliotrope #DC7DFB
RGB
CMYK
RGB Variations
Color information
#DC7DFB (or 0xDC7DFB) is known color: Heliotrope. HEX triplet: DC, 7D and FB. RGB value is (220,125,251). Sum of RGB (Red+Green+Blue) = 220+125+251=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DFB is #238204. Grayscale: #A7A7A7. Windows color (decimal): -2327045 or 16481756. OLE color: 16481756.
HSL color Cylindrical-coordinate representation of color #DC7DFB: hue angle of 285.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7DFB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 125 | 251 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 285.24º | 0.94% | 0.74% | - |
| HSV(B) | 285.24º | 0.5% | 0.98% | - |
| XYZ | 54.26 | 36.85 | 95.52 | - |
| YUV | 167.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 251 | 0.12 | 0.50 | 0 | 0.02 | 285.24 | 0.94 | 0.74 |
| Hex | DC | 7D | FB | C | 32 | 0 | 2 | 11D | 5E | 4A |
| Octal | 334 | 175 | 373 | 14 | 62 | 0 | 2 | 435 | 136 | 112 |
| Binary | 11011100 | 1111101 | 11111011 | 1100 | 110010 | 0 | 10 | 100011101 | 1011110 | 1001010 |
Color Harmonies of #DC7DFB
Complementary color
Monochromatic Colors of #DC7DFB
Black with #DC7DFB
Text Example
Text Example
White with #DC7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DFB; }
p { color: rgb(220,125,251); }
H1.HeaderClassName
{
color: #DC7DFB;
}
.AnyTagClassName
{
color: #DC7DFB;
}
</style>
background-color css
<style>
a { background-color: #DC7DFB; }
a { background-color: rgb(220,125,251); }
div.DivClassName
{
background-color: #DC7DFB;
}
.BgClassName
{
background-color: #DC7DFB;
}
</style>
border-color css
<style>
span { border-color: #DC7DFB; }
span { border-color: rgb(220,125,251); }
td.TdClassName
{
border-color: #DC7DFB;
}
.TagClassName
{
border-color: #DC7DFB;
}
</style>