Html Css Color HEX #DC38E0 Free Speech Magenta
📋 copy color: '#DC38E0'red 220 ◦ green 56 ◦ blue 224
Shades of Free Speech Magenta #DC38E0
Tints of Free Speech Magenta #DC38E0
RGB
CMYK
RGB Variations
Color information
#DC38E0 (or 0xDC38E0) is known color: Free Speech Magenta. HEX triplet: DC, 38 and E0. RGB value is (220,56,224). Sum of RGB (Red+Green+Blue) = 220+56+224=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC38E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38E0 is #23C71F. Grayscale: #7B7B7B. Windows color (decimal): -2344736 or 14694620. OLE color: 14694620.
HSL color Cylindrical-coordinate representation of color #DC38E0: hue angle of 298.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38E0 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 56 | 224 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.12 |
| HSL | 298.57º | 0.73% | 0.55% | - |
| HSV(B) | 298.57º | 0.75% | 0.88% | - |
| XYZ | 44.38 | 23.43 | 72.7 | - |
| YUV | 124.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 224 | 0.02 | 0.75 | 0 | 0.12 | 298.57 | 0.73 | 0.55 |
| Hex | DC | 38 | E0 | 2 | 4B | 0 | C | 12B | 49 | 37 |
| Octal | 334 | 70 | 340 | 2 | 113 | 0 | 14 | 453 | 111 | 67 |
| Binary | 11011100 | 111000 | 11100000 | 10 | 1001011 | 0 | 1100 | 100101011 | 1001001 | 110111 |
Color Harmonies of #DC38E0
Complementary color
Monochromatic Colors of #DC38E0
Black with #DC38E0
Text Example
Text Example
White with #DC38E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38E0; }
p { color: rgb(220,56,224); }
H1.HeaderClassName
{
color: #DC38E0;
}
.AnyTagClassName
{
color: #DC38E0;
}
</style>
background-color css
<style>
a { background-color: #DC38E0; }
a { background-color: rgb(220,56,224); }
div.DivClassName
{
background-color: #DC38E0;
}
.BgClassName
{
background-color: #DC38E0;
}
</style>
border-color css
<style>
span { border-color: #DC38E0; }
span { border-color: rgb(220,56,224); }
td.TdClassName
{
border-color: #DC38E0;
}
.TagClassName
{
border-color: #DC38E0;
}
</style>