Shades of Heliotrope #DC48FF
Tints of Heliotrope #DC48FF
RGB
CMYK
RGB Variations
Color information
#DC48FF (or 0xDC48FF) is known color: Heliotrope. HEX triplet: DC, 48 and FF. RGB value is (220,72,255). Sum of RGB (Red+Green+Blue) = 220+72+255=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC48FF is #23B700. Grayscale: #888888. Windows color (decimal): -2340609 or 16730332. OLE color: 16730332.
HSL color Cylindrical-coordinate representation of color #DC48FF: hue angle of 288.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC48FF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 72 | 255 | - |
| CMYK | 0.14 | 0.72 | 0 | 0 |
| HSL | 288.52º | 1% | 0.64% | - |
| HSV(B) | 288.52º | 0.72% | 1% | - |
| XYZ | 49.88 | 27.07 | 97.2 | - |
| YUV | 137.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 255 | 0.14 | 0.72 | 0 | 0 | 288.52 | 1 | 0.64 |
| Hex | DC | 48 | FF | E | 48 | 0 | 0 | 121 | 64 | 40 |
| Octal | 334 | 110 | 377 | 16 | 110 | 0 | 0 | 441 | 144 | 100 |
| Binary | 11011100 | 1001000 | 11111111 | 1110 | 1001000 | 0 | 0 | 100100001 | 1100100 | 1000000 |
Color Harmonies of #DC48FF
Complementary color
Monochromatic Colors of #DC48FF
Black with #DC48FF
Text Example
Text Example
White with #DC48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48FF; }
p { color: rgb(220,72,255); }
H1.HeaderClassName
{
color: #DC48FF;
}
.AnyTagClassName
{
color: #DC48FF;
}
</style>
background-color css
<style>
a { background-color: #DC48FF; }
a { background-color: rgb(220,72,255); }
div.DivClassName
{
background-color: #DC48FF;
}
.BgClassName
{
background-color: #DC48FF;
}
</style>
border-color css
<style>
span { border-color: #DC48FF; }
span { border-color: rgb(220,72,255); }
td.TdClassName
{
border-color: #DC48FF;
}
.TagClassName
{
border-color: #DC48FF;
}
</style>