Html Css Color HEX #DF50DD Free Speech Magenta
📋 copy color: '#DF50DD'red 223 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #DF50DD
Tints of Free Speech Magenta #DF50DD
RGB
CMYK
RGB Variations
Color information
#DF50DD (or 0xDF50DD) is known color: Free Speech Magenta. HEX triplet: DF, 50 and DD. RGB value is (223,80,221). Sum of RGB (Red+Green+Blue) = 223+80+221=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50DD is #20AF22. Grayscale: #8A8A8A. Windows color (decimal): -2141987 or 14504159. OLE color: 14504159.
HSL color Cylindrical-coordinate representation of color #DF50DD: hue angle of 300.84º 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 #DF50DD is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 221 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.13 |
| HSL | 300.84º | 0.69% | 0.59% | - |
| HSV(B) | 300.84º | 0.64% | 0.87% | - |
| XYZ | 46.35 | 26.65 | 71.11 | - |
| YUV | 138.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 221 | 0 | 0.64 | 0.01 | 0.13 | 300.84 | 0.69 | 0.59 |
| Hex | DF | 50 | DD | 0 | 40 | 1 | D | 12D | 45 | 3B |
| Octal | 337 | 120 | 335 | 0 | 100 | 1 | 15 | 455 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11011101 | 0 | 1000000 | 1 | 1101 | 100101101 | 1000101 | 111011 |
Color Harmonies of #DF50DD
Complementary color
Monochromatic Colors of #DF50DD
Black with #DF50DD
Text Example
Text Example
White with #DF50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50DD; }
p { color: rgb(223,80,221); }
H1.HeaderClassName
{
color: #DF50DD;
}
.AnyTagClassName
{
color: #DF50DD;
}
</style>
background-color css
<style>
a { background-color: #DF50DD; }
a { background-color: rgb(223,80,221); }
div.DivClassName
{
background-color: #DF50DD;
}
.BgClassName
{
background-color: #DF50DD;
}
</style>
border-color css
<style>
span { border-color: #DF50DD; }
span { border-color: rgb(223,80,221); }
td.TdClassName
{
border-color: #DF50DD;
}
.TagClassName
{
border-color: #DF50DD;
}
</style>