Shades of Heliotrope #DC4DF8
Tints of Heliotrope #DC4DF8
RGB
CMYK
RGB Variations
Color information
#DC4DF8 (or 0xDC4DF8) is known color: Heliotrope. HEX triplet: DC, 4D and F8. RGB value is (220,77,248). Sum of RGB (Red+Green+Blue) = 220+77+248=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC4DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4DF8 is #23B207. Grayscale: #8A8A8A. Windows color (decimal): -2339336 or 16272860. OLE color: 16272860.
HSL color Cylindrical-coordinate representation of color #DC4DF8: hue angle of 290.18º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4DF8 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 77 | 248 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.03 |
| HSL | 290.18º | 0.92% | 0.64% | - |
| HSV(B) | 290.18º | 0.69% | 0.97% | - |
| XYZ | 49.11 | 27.3 | 91.49 | - |
| YUV | 139.25 | 189.38 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 248 | 0.11 | 0.69 | 0 | 0.03 | 290.18 | 0.92 | 0.64 |
| Hex | DC | 4D | F8 | B | 45 | 0 | 3 | 122 | 5C | 40 |
| Octal | 334 | 115 | 370 | 13 | 105 | 0 | 3 | 442 | 134 | 100 |
| Binary | 11011100 | 1001101 | 11111000 | 1011 | 1000101 | 0 | 11 | 100100010 | 1011100 | 1000000 |
Color Harmonies of #DC4DF8
Complementary color
Monochromatic Colors of #DC4DF8
Black with #DC4DF8
Text Example
Text Example
White with #DC4DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DF8; }
p { color: rgb(220,77,248); }
H1.HeaderClassName
{
color: #DC4DF8;
}
.AnyTagClassName
{
color: #DC4DF8;
}
</style>
background-color css
<style>
a { background-color: #DC4DF8; }
a { background-color: rgb(220,77,248); }
div.DivClassName
{
background-color: #DC4DF8;
}
.BgClassName
{
background-color: #DC4DF8;
}
</style>
border-color css
<style>
span { border-color: #DC4DF8; }
span { border-color: rgb(220,77,248); }
td.TdClassName
{
border-color: #DC4DF8;
}
.TagClassName
{
border-color: #DC4DF8;
}
</style>