Html Css Color HEX #DF53B8 Free Speech Magenta
📋 copy color: '#DF53B8'red 223 ◦ green 83 ◦ blue 184
Shades of Free Speech Magenta #DF53B8
Tints of Free Speech Magenta #DF53B8
RGB
CMYK
RGB Variations
Color information
#DF53B8 (or 0xDF53B8) is known color: Free Speech Magenta. HEX triplet: DF, 53 and B8. RGB value is (223,83,184). Sum of RGB (Red+Green+Blue) = 223+83+184=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53B8 is #20AC47. Grayscale: #888888. Windows color (decimal): -2141256 or 12080095. OLE color: 12080095.
HSL color Cylindrical-coordinate representation of color #DF53B8: hue angle of 316.71º 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 #DF53B8 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 184 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.13 |
| HSL | 316.71º | 0.69% | 0.6% | - |
| HSV(B) | 316.71º | 0.63% | 0.87% | - |
| XYZ | 42.18 | 25.34 | 48.01 | - |
| YUV | 136.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 184 | 0 | 0.63 | 0.17 | 0.13 | 316.71 | 0.69 | 0.6 |
| Hex | DF | 53 | B8 | 0 | 3F | 11 | D | 13D | 45 | 3C |
| Octal | 337 | 123 | 270 | 0 | 77 | 21 | 15 | 475 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10111000 | 0 | 111111 | 10001 | 1101 | 100111101 | 1000101 | 111100 |
Color Harmonies of #DF53B8
Complementary color
Monochromatic Colors of #DF53B8
Black with #DF53B8
Text Example
Text Example
White with #DF53B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53B8; }
p { color: rgb(223,83,184); }
H1.HeaderClassName
{
color: #DF53B8;
}
.AnyTagClassName
{
color: #DF53B8;
}
</style>
background-color css
<style>
a { background-color: #DF53B8; }
a { background-color: rgb(223,83,184); }
div.DivClassName
{
background-color: #DF53B8;
}
.BgClassName
{
background-color: #DF53B8;
}
</style>
border-color css
<style>
span { border-color: #DF53B8; }
span { border-color: rgb(223,83,184); }
td.TdClassName
{
border-color: #DF53B8;
}
.TagClassName
{
border-color: #DF53B8;
}
</style>