Html Css Color HEX #DF55C0 Free Speech Magenta
📋 copy color: '#DF55C0'red 223 ◦ green 85 ◦ blue 192
Shades of Free Speech Magenta #DF55C0
Tints of Free Speech Magenta #DF55C0
RGB
CMYK
RGB Variations
Color information
#DF55C0 (or 0xDF55C0) is known color: Free Speech Magenta. HEX triplet: DF, 55 and C0. RGB value is (223,85,192). Sum of RGB (Red+Green+Blue) = 223+85+192=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55C0 is #20AA3F. Grayscale: #8A8A8A. Windows color (decimal): -2140736 or 12604895. OLE color: 12604895.
HSL color Cylindrical-coordinate representation of color #DF55C0: hue angle of 313.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55C0 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 192 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.13 |
| HSL | 313.48º | 0.68% | 0.6% | - |
| HSV(B) | 313.48º | 0.62% | 0.87% | - |
| XYZ | 43.19 | 25.99 | 52.61 | - |
| YUV | 138.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 192 | 0 | 0.62 | 0.14 | 0.13 | 313.48 | 0.68 | 0.6 |
| Hex | DF | 55 | C0 | 0 | 3E | E | D | 139 | 44 | 3C |
| Octal | 337 | 125 | 300 | 0 | 76 | 16 | 15 | 471 | 104 | 74 |
| Binary | 11011111 | 1010101 | 11000000 | 0 | 111110 | 1110 | 1101 | 100111001 | 1000100 | 111100 |
Color Harmonies of #DF55C0
Complementary color
Monochromatic Colors of #DF55C0
Black with #DF55C0
Text Example
Text Example
White with #DF55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55C0; }
p { color: rgb(223,85,192); }
H1.HeaderClassName
{
color: #DF55C0;
}
.AnyTagClassName
{
color: #DF55C0;
}
</style>
background-color css
<style>
a { background-color: #DF55C0; }
a { background-color: rgb(223,85,192); }
div.DivClassName
{
background-color: #DF55C0;
}
.BgClassName
{
background-color: #DF55C0;
}
</style>
border-color css
<style>
span { border-color: #DF55C0; }
span { border-color: rgb(223,85,192); }
td.TdClassName
{
border-color: #DF55C0;
}
.TagClassName
{
border-color: #DF55C0;
}
</style>