Html Css Color HEX #DF61D1 Free Speech Magenta
📋 copy color: '#DF61D1'red 223 ◦ green 97 ◦ blue 209
Shades of Free Speech Magenta #DF61D1
Tints of Free Speech Magenta #DF61D1
RGB
CMYK
RGB Variations
Color information
#DF61D1 (or 0xDF61D1) is known color: Free Speech Magenta. HEX triplet: DF, 61 and D1. RGB value is (223,97,209). Sum of RGB (Red+Green+Blue) = 223+97+209=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61D1 is #209E2E. Grayscale: #939393. Windows color (decimal): -2137647 or 13722079. OLE color: 13722079.
HSL color Cylindrical-coordinate representation of color #DF61D1: hue angle of 306.67º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61D1 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 209 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.13 |
| HSL | 306.67º | 0.66% | 0.63% | - |
| HSV(B) | 306.67º | 0.57% | 0.87% | - |
| XYZ | 46.21 | 28.84 | 63.45 | - |
| YUV | 147.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 209 | 0 | 0.57 | 0.06 | 0.13 | 306.67 | 0.66 | 0.63 |
| Hex | DF | 61 | D1 | 0 | 39 | 6 | D | 133 | 42 | 3F |
| Octal | 337 | 141 | 321 | 0 | 71 | 6 | 15 | 463 | 102 | 77 |
| Binary | 11011111 | 1100001 | 11010001 | 0 | 111001 | 110 | 1101 | 100110011 | 1000010 | 111111 |
Color Harmonies of #DF61D1
Complementary color
Monochromatic Colors of #DF61D1
Black with #DF61D1
Text Example
Text Example
White with #DF61D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61D1; }
p { color: rgb(223,97,209); }
H1.HeaderClassName
{
color: #DF61D1;
}
.AnyTagClassName
{
color: #DF61D1;
}
</style>
background-color css
<style>
a { background-color: #DF61D1; }
a { background-color: rgb(223,97,209); }
div.DivClassName
{
background-color: #DF61D1;
}
.BgClassName
{
background-color: #DF61D1;
}
</style>
border-color css
<style>
span { border-color: #DF61D1; }
span { border-color: rgb(223,97,209); }
td.TdClassName
{
border-color: #DF61D1;
}
.TagClassName
{
border-color: #DF61D1;
}
</style>