Html Css Color HEX #DF50CC Free Speech Magenta
📋 copy color: '#DF50CC'red 223 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #DF50CC
Tints of Free Speech Magenta #DF50CC
RGB
CMYK
RGB Variations
Color information
#DF50CC (or 0xDF50CC) is known color: Free Speech Magenta. HEX triplet: DF, 50 and CC. RGB value is (223,80,204). Sum of RGB (Red+Green+Blue) = 223+80+204=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50CC is #20AF33. Grayscale: #888888. Windows color (decimal): -2142004 or 13390047. OLE color: 13390047.
HSL color Cylindrical-coordinate representation of color #DF50CC: hue angle of 307.97º 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 #DF50CC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 204 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.13 |
| HSL | 307.97º | 0.69% | 0.59% | - |
| HSV(B) | 307.97º | 0.64% | 0.87% | - |
| XYZ | 44.2 | 25.78 | 59.77 | - |
| YUV | 136.89 | 165.88 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 204 | 0 | 0.64 | 0.09 | 0.13 | 307.97 | 0.69 | 0.59 |
| Hex | DF | 50 | CC | 0 | 40 | 9 | D | 134 | 45 | 3B |
| Octal | 337 | 120 | 314 | 0 | 100 | 11 | 15 | 464 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11001100 | 0 | 1000000 | 1001 | 1101 | 100110100 | 1000101 | 111011 |
Color Harmonies of #DF50CC
Complementary color
Monochromatic Colors of #DF50CC
Black with #DF50CC
Text Example
Text Example
White with #DF50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50CC; }
p { color: rgb(223,80,204); }
H1.HeaderClassName
{
color: #DF50CC;
}
.AnyTagClassName
{
color: #DF50CC;
}
</style>
background-color css
<style>
a { background-color: #DF50CC; }
a { background-color: rgb(223,80,204); }
div.DivClassName
{
background-color: #DF50CC;
}
.BgClassName
{
background-color: #DF50CC;
}
</style>
border-color css
<style>
span { border-color: #DF50CC; }
span { border-color: rgb(223,80,204); }
td.TdClassName
{
border-color: #DF50CC;
}
.TagClassName
{
border-color: #DF50CC;
}
</style>