Html Css Color HEX #DC5FE5 Free Speech Magenta
📋 copy color: '#DC5FE5'red 220 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #DC5FE5
Tints of Free Speech Magenta #DC5FE5
RGB
CMYK
RGB Variations
Color information
#DC5FE5 (or 0xDC5FE5) is known color: Free Speech Magenta. HEX triplet: DC, 5F and E5. RGB value is (220,95,229). Sum of RGB (Red+Green+Blue) = 220+95+229=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC5FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5FE5 is #23A01A. Grayscale: #939393. Windows color (decimal): -2334747 or 15032284. OLE color: 15032284.
HSL color Cylindrical-coordinate representation of color #DC5FE5: hue angle of 295.97º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5FE5 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 95 | 229 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.10 |
| HSL | 295.97º | 0.72% | 0.64% | - |
| HSV(B) | 295.97º | 0.59% | 0.9% | - |
| XYZ | 47.75 | 29.06 | 77.22 | - |
| YUV | 147.65 | 173.91 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 229 | 0.04 | 0.59 | 0 | 0.10 | 295.97 | 0.72 | 0.64 |
| Hex | DC | 5F | E5 | 4 | 3B | 0 | A | 128 | 48 | 40 |
| Octal | 334 | 137 | 345 | 4 | 73 | 0 | 12 | 450 | 110 | 100 |
| Binary | 11011100 | 1011111 | 11100101 | 100 | 111011 | 0 | 1010 | 100101000 | 1001000 | 1000000 |
Color Harmonies of #DC5FE5
Complementary color
Monochromatic Colors of #DC5FE5
Black with #DC5FE5
Text Example
Text Example
White with #DC5FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FE5; }
p { color: rgb(220,95,229); }
H1.HeaderClassName
{
color: #DC5FE5;
}
.AnyTagClassName
{
color: #DC5FE5;
}
</style>
background-color css
<style>
a { background-color: #DC5FE5; }
a { background-color: rgb(220,95,229); }
div.DivClassName
{
background-color: #DC5FE5;
}
.BgClassName
{
background-color: #DC5FE5;
}
</style>
border-color css
<style>
span { border-color: #DC5FE5; }
span { border-color: rgb(220,95,229); }
td.TdClassName
{
border-color: #DC5FE5;
}
.TagClassName
{
border-color: #DC5FE5;
}
</style>