Html Css Color HEX #DF50CF Free Speech Magenta
📋 copy color: '#DF50CF'red 223 ◦ green 80 ◦ blue 207
Shades of Free Speech Magenta #DF50CF
Tints of Free Speech Magenta #DF50CF
RGB
CMYK
RGB Variations
Color information
#DF50CF (or 0xDF50CF) is known color: Free Speech Magenta. HEX triplet: DF, 50 and CF. RGB value is (223,80,207). Sum of RGB (Red+Green+Blue) = 223+80+207=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50CF is #20AF30. Grayscale: #888888. Windows color (decimal): -2142001 or 13586655. OLE color: 13586655.
HSL color Cylindrical-coordinate representation of color #DF50CF: hue angle of 306.71º 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 #DF50CF is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 207 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.13 |
| HSL | 306.71º | 0.69% | 0.59% | - |
| HSV(B) | 306.71º | 0.64% | 0.87% | - |
| XYZ | 44.56 | 25.93 | 61.69 | - |
| YUV | 137.24 | 167.38 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 207 | 0 | 0.64 | 0.07 | 0.13 | 306.71 | 0.69 | 0.59 |
| Hex | DF | 50 | CF | 0 | 40 | 7 | D | 133 | 45 | 3B |
| Octal | 337 | 120 | 317 | 0 | 100 | 7 | 15 | 463 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11001111 | 0 | 1000000 | 111 | 1101 | 100110011 | 1000101 | 111011 |
Color Harmonies of #DF50CF
Complementary color
Monochromatic Colors of #DF50CF
Black with #DF50CF
Text Example
Text Example
White with #DF50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50CF; }
p { color: rgb(223,80,207); }
H1.HeaderClassName
{
color: #DF50CF;
}
.AnyTagClassName
{
color: #DF50CF;
}
</style>
background-color css
<style>
a { background-color: #DF50CF; }
a { background-color: rgb(223,80,207); }
div.DivClassName
{
background-color: #DF50CF;
}
.BgClassName
{
background-color: #DF50CF;
}
</style>
border-color css
<style>
span { border-color: #DF50CF; }
span { border-color: rgb(223,80,207); }
td.TdClassName
{
border-color: #DF50CF;
}
.TagClassName
{
border-color: #DF50CF;
}
</style>