Html Css Color HEX #DC48E8 Free Speech Magenta
📋 copy color: '#DC48E8'red 220 ◦ green 72 ◦ blue 232
Shades of Free Speech Magenta #DC48E8
Tints of Free Speech Magenta #DC48E8
RGB
CMYK
RGB Variations
Color information
#DC48E8 (or 0xDC48E8) is known color: Free Speech Magenta. HEX triplet: DC, 48 and E8. RGB value is (220,72,232). Sum of RGB (Red+Green+Blue) = 220+72+232=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC48E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC48E8 is #23B717. Grayscale: #868686. Windows color (decimal): -2340632 or 15223004. OLE color: 15223004.
HSL color Cylindrical-coordinate representation of color #DC48E8: hue angle of 295.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC48E8 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 72 | 232 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.09 |
| HSL | 295.5º | 0.78% | 0.6% | - |
| HSV(B) | 295.5º | 0.69% | 0.91% | - |
| XYZ | 46.4 | 25.68 | 78.85 | - |
| YUV | 134.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 232 | 0.05 | 0.69 | 0 | 0.09 | 295.5 | 0.78 | 0.6 |
| Hex | DC | 48 | E8 | 5 | 45 | 0 | 9 | 128 | 4E | 3C |
| Octal | 334 | 110 | 350 | 5 | 105 | 0 | 11 | 450 | 116 | 74 |
| Binary | 11011100 | 1001000 | 11101000 | 101 | 1000101 | 0 | 1001 | 100101000 | 1001110 | 111100 |
Color Harmonies of #DC48E8
Complementary color
Monochromatic Colors of #DC48E8
Black with #DC48E8
Text Example
Text Example
White with #DC48E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC48E8; }
p { color: rgb(220,72,232); }
H1.HeaderClassName
{
color: #DC48E8;
}
.AnyTagClassName
{
color: #DC48E8;
}
</style>
background-color css
<style>
a { background-color: #DC48E8; }
a { background-color: rgb(220,72,232); }
div.DivClassName
{
background-color: #DC48E8;
}
.BgClassName
{
background-color: #DC48E8;
}
</style>
border-color css
<style>
span { border-color: #DC48E8; }
span { border-color: rgb(220,72,232); }
td.TdClassName
{
border-color: #DC48E8;
}
.TagClassName
{
border-color: #DC48E8;
}
</style>