Html Css Color HEX #DF50C2 Free Speech Magenta
📋 copy color: '#DF50C2'red 223 ◦ green 80 ◦ blue 194
Shades of Free Speech Magenta #DF50C2
Tints of Free Speech Magenta #DF50C2
RGB
CMYK
RGB Variations
Color information
#DF50C2 (or 0xDF50C2) is known color: Free Speech Magenta. HEX triplet: DF, 50 and C2. RGB value is (223,80,194). Sum of RGB (Red+Green+Blue) = 223+80+194=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50C2 is #20AF3D. Grayscale: #878787. Windows color (decimal): -2142014 or 12734687. OLE color: 12734687.
HSL color Cylindrical-coordinate representation of color #DF50C2: hue angle of 312.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50C2 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 194 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.13 |
| HSL | 312.17º | 0.69% | 0.59% | - |
| HSV(B) | 312.17º | 0.64% | 0.87% | - |
| XYZ | 43.04 | 25.32 | 53.66 | - |
| YUV | 135.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 194 | 0 | 0.64 | 0.13 | 0.13 | 312.17 | 0.69 | 0.59 |
| Hex | DF | 50 | C2 | 0 | 40 | D | D | 138 | 45 | 3B |
| Octal | 337 | 120 | 302 | 0 | 100 | 15 | 15 | 470 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11000010 | 0 | 1000000 | 1101 | 1101 | 100111000 | 1000101 | 111011 |
Color Harmonies of #DF50C2
Complementary color
Monochromatic Colors of #DF50C2
Black with #DF50C2
Text Example
Text Example
White with #DF50C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50C2; }
p { color: rgb(223,80,194); }
H1.HeaderClassName
{
color: #DF50C2;
}
.AnyTagClassName
{
color: #DF50C2;
}
</style>
background-color css
<style>
a { background-color: #DF50C2; }
a { background-color: rgb(223,80,194); }
div.DivClassName
{
background-color: #DF50C2;
}
.BgClassName
{
background-color: #DF50C2;
}
</style>
border-color css
<style>
span { border-color: #DF50C2; }
span { border-color: rgb(223,80,194); }
td.TdClassName
{
border-color: #DF50C2;
}
.TagClassName
{
border-color: #DF50C2;
}
</style>