Html Css Color HEX #DF50CE Free Speech Magenta
📋 copy color: '#DF50CE'red 223 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #DF50CE
Tints of Free Speech Magenta #DF50CE
RGB
CMYK
RGB Variations
Color information
#DF50CE (or 0xDF50CE) is known color: Free Speech Magenta. HEX triplet: DF, 50 and CE. RGB value is (223,80,206). Sum of RGB (Red+Green+Blue) = 223+80+206=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50CE is #20AF31. Grayscale: #888888. Windows color (decimal): -2142002 or 13521119. OLE color: 13521119.
HSL color Cylindrical-coordinate representation of color #DF50CE: hue angle of 307.13º 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 #DF50CE is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 206 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.13 |
| HSL | 307.13º | 0.69% | 0.59% | - |
| HSV(B) | 307.13º | 0.64% | 0.87% | - |
| XYZ | 44.44 | 25.88 | 61.05 | - |
| YUV | 137.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 206 | 0 | 0.64 | 0.08 | 0.13 | 307.13 | 0.69 | 0.59 |
| Hex | DF | 50 | CE | 0 | 40 | 8 | D | 133 | 45 | 3B |
| Octal | 337 | 120 | 316 | 0 | 100 | 10 | 15 | 463 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11001110 | 0 | 1000000 | 1000 | 1101 | 100110011 | 1000101 | 111011 |
Color Harmonies of #DF50CE
Complementary color
Monochromatic Colors of #DF50CE
Black with #DF50CE
Text Example
Text Example
White with #DF50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50CE; }
p { color: rgb(223,80,206); }
H1.HeaderClassName
{
color: #DF50CE;
}
.AnyTagClassName
{
color: #DF50CE;
}
</style>
background-color css
<style>
a { background-color: #DF50CE; }
a { background-color: rgb(223,80,206); }
div.DivClassName
{
background-color: #DF50CE;
}
.BgClassName
{
background-color: #DF50CE;
}
</style>
border-color css
<style>
span { border-color: #DF50CE; }
span { border-color: rgb(223,80,206); }
td.TdClassName
{
border-color: #DF50CE;
}
.TagClassName
{
border-color: #DF50CE;
}
</style>