Html Css Color HEX #DF53C3 Free Speech Magenta
📋 copy color: '#DF53C3'red 223 ◦ green 83 ◦ blue 195
Shades of Free Speech Magenta #DF53C3
Tints of Free Speech Magenta #DF53C3
RGB
CMYK
RGB Variations
Color information
#DF53C3 (or 0xDF53C3) is known color: Free Speech Magenta. HEX triplet: DF, 53 and C3. RGB value is (223,83,195). Sum of RGB (Red+Green+Blue) = 223+83+195=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53C3 is #20AC3C. Grayscale: #898989. Windows color (decimal): -2141245 or 12800991. OLE color: 12800991.
HSL color Cylindrical-coordinate representation of color #DF53C3: hue angle of 312º 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 #DF53C3 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 195 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.13 |
| HSL | 312º | 0.69% | 0.6% | - |
| HSV(B) | 312º | 0.63% | 0.87% | - |
| XYZ | 43.38 | 25.81 | 54.33 | - |
| YUV | 137.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 195 | 0 | 0.63 | 0.13 | 0.13 | 312 | 0.69 | 0.6 |
| Hex | DF | 53 | C3 | 0 | 3F | D | D | 138 | 45 | 3C |
| Octal | 337 | 123 | 303 | 0 | 77 | 15 | 15 | 470 | 105 | 74 |
| Binary | 11011111 | 1010011 | 11000011 | 0 | 111111 | 1101 | 1101 | 100111000 | 1000101 | 111100 |
Color Harmonies of #DF53C3
Complementary color
Monochromatic Colors of #DF53C3
Black with #DF53C3
Text Example
Text Example
White with #DF53C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53C3; }
p { color: rgb(223,83,195); }
H1.HeaderClassName
{
color: #DF53C3;
}
.AnyTagClassName
{
color: #DF53C3;
}
</style>
background-color css
<style>
a { background-color: #DF53C3; }
a { background-color: rgb(223,83,195); }
div.DivClassName
{
background-color: #DF53C3;
}
.BgClassName
{
background-color: #DF53C3;
}
</style>
border-color css
<style>
span { border-color: #DF53C3; }
span { border-color: rgb(223,83,195); }
td.TdClassName
{
border-color: #DF53C3;
}
.TagClassName
{
border-color: #DF53C3;
}
</style>