Html Css Color HEX #DF53C9 Free Speech Magenta
📋 copy color: '#DF53C9'red 223 ◦ green 83 ◦ blue 201
Shades of Free Speech Magenta #DF53C9
Tints of Free Speech Magenta #DF53C9
RGB
CMYK
RGB Variations
Color information
#DF53C9 (or 0xDF53C9) is known color: Free Speech Magenta. HEX triplet: DF, 53 and C9. RGB value is (223,83,201). Sum of RGB (Red+Green+Blue) = 223+83+201=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53C9 is #20AC36. Grayscale: #898989. Windows color (decimal): -2141239 or 13194207. OLE color: 13194207.
HSL color Cylindrical-coordinate representation of color #DF53C9: hue angle of 309.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53C9 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 201 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.13 |
| HSL | 309.43º | 0.69% | 0.6% | - |
| HSV(B) | 309.43º | 0.63% | 0.87% | - |
| XYZ | 44.07 | 26.09 | 57.97 | - |
| YUV | 138.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 201 | 0 | 0.63 | 0.10 | 0.13 | 309.43 | 0.69 | 0.6 |
| Hex | DF | 53 | C9 | 0 | 3F | A | D | 135 | 45 | 3C |
| Octal | 337 | 123 | 311 | 0 | 77 | 12 | 15 | 465 | 105 | 74 |
| Binary | 11011111 | 1010011 | 11001001 | 0 | 111111 | 1010 | 1101 | 100110101 | 1000101 | 111100 |
Color Harmonies of #DF53C9
Complementary color
Monochromatic Colors of #DF53C9
Black with #DF53C9
Text Example
Text Example
White with #DF53C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53C9; }
p { color: rgb(223,83,201); }
H1.HeaderClassName
{
color: #DF53C9;
}
.AnyTagClassName
{
color: #DF53C9;
}
</style>
background-color css
<style>
a { background-color: #DF53C9; }
a { background-color: rgb(223,83,201); }
div.DivClassName
{
background-color: #DF53C9;
}
.BgClassName
{
background-color: #DF53C9;
}
</style>
border-color css
<style>
span { border-color: #DF53C9; }
span { border-color: rgb(223,83,201); }
td.TdClassName
{
border-color: #DF53C9;
}
.TagClassName
{
border-color: #DF53C9;
}
</style>