Html Css Color HEX #DC5FC1 Free Speech Magenta
📋 copy color: '#DC5FC1'red 220 ◦ green 95 ◦ blue 193
Shades of Free Speech Magenta #DC5FC1
Tints of Free Speech Magenta #DC5FC1
RGB
CMYK
RGB Variations
Color information
#DC5FC1 (or 0xDC5FC1) is known color: Free Speech Magenta. HEX triplet: DC, 5F and C1. RGB value is (220,95,193). Sum of RGB (Red+Green+Blue) = 220+95+193=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5FC1 is #23A03E. Grayscale: #8F8F8F. Windows color (decimal): -2334783 or 12672988. OLE color: 12672988.
HSL color Cylindrical-coordinate representation of color #DC5FC1: hue angle of 312.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5FC1 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 193 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.14 |
| HSL | 312.96º | 0.64% | 0.62% | - |
| HSV(B) | 312.96º | 0.57% | 0.86% | - |
| XYZ | 43.23 | 27.25 | 53.43 | - |
| YUV | 143.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 193 | 0 | 0.57 | 0.12 | 0.14 | 312.96 | 0.64 | 0.62 |
| Hex | DC | 5F | C1 | 0 | 39 | C | E | 139 | 40 | 3E |
| Octal | 334 | 137 | 301 | 0 | 71 | 14 | 16 | 471 | 100 | 76 |
| Binary | 11011100 | 1011111 | 11000001 | 0 | 111001 | 1100 | 1110 | 100111001 | 1000000 | 111110 |
Color Harmonies of #DC5FC1
Complementary color
Monochromatic Colors of #DC5FC1
Black with #DC5FC1
Text Example
Text Example
White with #DC5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FC1; }
p { color: rgb(220,95,193); }
H1.HeaderClassName
{
color: #DC5FC1;
}
.AnyTagClassName
{
color: #DC5FC1;
}
</style>
background-color css
<style>
a { background-color: #DC5FC1; }
a { background-color: rgb(220,95,193); }
div.DivClassName
{
background-color: #DC5FC1;
}
.BgClassName
{
background-color: #DC5FC1;
}
</style>
border-color css
<style>
span { border-color: #DC5FC1; }
span { border-color: rgb(220,95,193); }
td.TdClassName
{
border-color: #DC5FC1;
}
.TagClassName
{
border-color: #DC5FC1;
}
</style>