Html Css Color HEX #DF50D1 Free Speech Magenta
📋 copy color: '#DF50D1'red 223 ◦ green 80 ◦ blue 209
Shades of Free Speech Magenta #DF50D1
Tints of Free Speech Magenta #DF50D1
RGB
CMYK
RGB Variations
Color information
#DF50D1 (or 0xDF50D1) is known color: Free Speech Magenta. HEX triplet: DF, 50 and D1. RGB value is (223,80,209). Sum of RGB (Red+Green+Blue) = 223+80+209=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50D1 is #20AF2E. Grayscale: #898989. Windows color (decimal): -2141999 or 13717727. OLE color: 13717727.
HSL color Cylindrical-coordinate representation of color #DF50D1: hue angle of 305.87º 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 #DF50D1 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 209 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.13 |
| HSL | 305.87º | 0.69% | 0.59% | - |
| HSV(B) | 305.87º | 0.64% | 0.87% | - |
| XYZ | 44.81 | 26.03 | 62.98 | - |
| YUV | 137.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 209 | 0 | 0.64 | 0.06 | 0.13 | 305.87 | 0.69 | 0.59 |
| Hex | DF | 50 | D1 | 0 | 40 | 6 | D | 132 | 45 | 3B |
| Octal | 337 | 120 | 321 | 0 | 100 | 6 | 15 | 462 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11010001 | 0 | 1000000 | 110 | 1101 | 100110010 | 1000101 | 111011 |
Color Harmonies of #DF50D1
Complementary color
Monochromatic Colors of #DF50D1
Black with #DF50D1
Text Example
Text Example
White with #DF50D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50D1; }
p { color: rgb(223,80,209); }
H1.HeaderClassName
{
color: #DF50D1;
}
.AnyTagClassName
{
color: #DF50D1;
}
</style>
background-color css
<style>
a { background-color: #DF50D1; }
a { background-color: rgb(223,80,209); }
div.DivClassName
{
background-color: #DF50D1;
}
.BgClassName
{
background-color: #DF50D1;
}
</style>
border-color css
<style>
span { border-color: #DF50D1; }
span { border-color: rgb(223,80,209); }
td.TdClassName
{
border-color: #DF50D1;
}
.TagClassName
{
border-color: #DF50D1;
}
</style>