Html Css Color HEX #DF50D0 Free Speech Magenta
📋 copy color: '#DF50D0'red 223 ◦ green 80 ◦ blue 208
Shades of Free Speech Magenta #DF50D0
Tints of Free Speech Magenta #DF50D0
RGB
CMYK
RGB Variations
Color information
#DF50D0 (or 0xDF50D0) is known color: Free Speech Magenta. HEX triplet: DF, 50 and D0. RGB value is (223,80,208). Sum of RGB (Red+Green+Blue) = 223+80+208=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50D0 is #20AF2F. Grayscale: #888888. Windows color (decimal): -2142000 or 13652191. OLE color: 13652191.
HSL color Cylindrical-coordinate representation of color #DF50D0: hue angle of 306.29º 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 #DF50D0 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 208 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.13 |
| HSL | 306.29º | 0.69% | 0.59% | - |
| HSV(B) | 306.29º | 0.64% | 0.87% | - |
| XYZ | 44.69 | 25.98 | 62.33 | - |
| YUV | 137.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 208 | 0 | 0.64 | 0.07 | 0.13 | 306.29 | 0.69 | 0.59 |
| Hex | DF | 50 | D0 | 0 | 40 | 7 | D | 132 | 45 | 3B |
| Octal | 337 | 120 | 320 | 0 | 100 | 7 | 15 | 462 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11010000 | 0 | 1000000 | 111 | 1101 | 100110010 | 1000101 | 111011 |
Color Harmonies of #DF50D0
Complementary color
Monochromatic Colors of #DF50D0
Black with #DF50D0
Text Example
Text Example
White with #DF50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50D0; }
p { color: rgb(223,80,208); }
H1.HeaderClassName
{
color: #DF50D0;
}
.AnyTagClassName
{
color: #DF50D0;
}
</style>
background-color css
<style>
a { background-color: #DF50D0; }
a { background-color: rgb(223,80,208); }
div.DivClassName
{
background-color: #DF50D0;
}
.BgClassName
{
background-color: #DF50D0;
}
</style>
border-color css
<style>
span { border-color: #DF50D0; }
span { border-color: rgb(223,80,208); }
td.TdClassName
{
border-color: #DF50D0;
}
.TagClassName
{
border-color: #DF50D0;
}
</style>