Html Css Color HEX #DF61DF Free Speech Magenta
📋 copy color: '#DF61DF'red 223 ◦ green 97 ◦ blue 223
Shades of Free Speech Magenta #DF61DF
Tints of Free Speech Magenta #DF61DF
RGB
CMYK
RGB Variations
Color information
#DF61DF (or 0xDF61DF) is known color: Free Speech Magenta. HEX triplet: DF, 61 and DF. RGB value is (223,97,223). Sum of RGB (Red+Green+Blue) = 223+97+223=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61DF is #209E20. Grayscale: #949494. Windows color (decimal): -2137633 or 14639583. OLE color: 14639583.
HSL color Cylindrical-coordinate representation of color #DF61DF: hue angle of 300º 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 #DF61DF is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 223 | - |
| CMYK | 0 | 0.57 | 0 | 0.13 |
| HSL | 300º | 0.66% | 0.63% | - |
| HSV(B) | 300º | 0.57% | 0.87% | - |
| XYZ | 48.03 | 29.57 | 72.99 | - |
| YUV | 149.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 223 | 0 | 0.57 | 0 | 0.13 | 300 | 0.66 | 0.63 |
| Hex | DF | 61 | DF | 0 | 39 | 0 | D | 12C | 42 | 3F |
| Octal | 337 | 141 | 337 | 0 | 71 | 0 | 15 | 454 | 102 | 77 |
| Binary | 11011111 | 1100001 | 11011111 | 0 | 111001 | 0 | 1101 | 100101100 | 1000010 | 111111 |
Color Harmonies of #DF61DF
Complementary color
Monochromatic Colors of #DF61DF
Black with #DF61DF
Text Example
Text Example
White with #DF61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61DF; }
p { color: rgb(223,97,223); }
H1.HeaderClassName
{
color: #DF61DF;
}
.AnyTagClassName
{
color: #DF61DF;
}
</style>
background-color css
<style>
a { background-color: #DF61DF; }
a { background-color: rgb(223,97,223); }
div.DivClassName
{
background-color: #DF61DF;
}
.BgClassName
{
background-color: #DF61DF;
}
</style>
border-color css
<style>
span { border-color: #DF61DF; }
span { border-color: rgb(223,97,223); }
td.TdClassName
{
border-color: #DF61DF;
}
.TagClassName
{
border-color: #DF61DF;
}
</style>