Html Css Color HEX #DC4CE1 Free Speech Magenta
📋 copy color: '#DC4CE1'red 220 ◦ green 76 ◦ blue 225
Shades of Free Speech Magenta #DC4CE1
Tints of Free Speech Magenta #DC4CE1
RGB
CMYK
RGB Variations
Color information
#DC4CE1 (or 0xDC4CE1) is known color: Free Speech Magenta. HEX triplet: DC, 4C and E1. RGB value is (220,76,225). Sum of RGB (Red+Green+Blue) = 220+76+225=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CE1 is #23B31E. Grayscale: #878787. Windows color (decimal): -2339615 or 14765276. OLE color: 14765276.
HSL color Cylindrical-coordinate representation of color #DC4CE1: hue angle of 297.99º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4CE1 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 76 | 225 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.12 |
| HSL | 297.99º | 0.71% | 0.59% | - |
| HSV(B) | 297.99º | 0.66% | 0.88% | - |
| XYZ | 45.69 | 25.82 | 73.81 | - |
| YUV | 136.04 | 178.21 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 225 | 0.02 | 0.66 | 0 | 0.12 | 297.99 | 0.71 | 0.59 |
| Hex | DC | 4C | E1 | 2 | 42 | 0 | C | 12A | 47 | 3B |
| Octal | 334 | 114 | 341 | 2 | 102 | 0 | 14 | 452 | 107 | 73 |
| Binary | 11011100 | 1001100 | 11100001 | 10 | 1000010 | 0 | 1100 | 100101010 | 1000111 | 111011 |
Color Harmonies of #DC4CE1
Complementary color
Monochromatic Colors of #DC4CE1
Black with #DC4CE1
Text Example
Text Example
White with #DC4CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CE1; }
p { color: rgb(220,76,225); }
H1.HeaderClassName
{
color: #DC4CE1;
}
.AnyTagClassName
{
color: #DC4CE1;
}
</style>
background-color css
<style>
a { background-color: #DC4CE1; }
a { background-color: rgb(220,76,225); }
div.DivClassName
{
background-color: #DC4CE1;
}
.BgClassName
{
background-color: #DC4CE1;
}
</style>
border-color css
<style>
span { border-color: #DC4CE1; }
span { border-color: rgb(220,76,225); }
td.TdClassName
{
border-color: #DC4CE1;
}
.TagClassName
{
border-color: #DC4CE1;
}
</style>