Html Css Color HEX #DF53CE Free Speech Magenta
📋 copy color: '#DF53CE'red 223 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #DF53CE
Tints of Free Speech Magenta #DF53CE
RGB
CMYK
RGB Variations
Color information
#DF53CE (or 0xDF53CE) is known color: Free Speech Magenta. HEX triplet: DF, 53 and CE. RGB value is (223,83,206). Sum of RGB (Red+Green+Blue) = 223+83+206=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53CE is #20AC31. Grayscale: #8A8A8A. Windows color (decimal): -2141234 or 13521887. OLE color: 13521887.
HSL color Cylindrical-coordinate representation of color #DF53CE: hue angle of 307.29º 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 #DF53CE is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 206 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.13 |
| HSL | 307.29º | 0.69% | 0.6% | - |
| HSV(B) | 307.29º | 0.63% | 0.87% | - |
| XYZ | 44.67 | 26.33 | 61.12 | - |
| YUV | 138.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 206 | 0 | 0.63 | 0.08 | 0.13 | 307.29 | 0.69 | 0.6 |
| Hex | DF | 53 | CE | 0 | 3F | 8 | D | 133 | 45 | 3C |
| Octal | 337 | 123 | 316 | 0 | 77 | 10 | 15 | 463 | 105 | 74 |
| Binary | 11011111 | 1010011 | 11001110 | 0 | 111111 | 1000 | 1101 | 100110011 | 1000101 | 111100 |
Color Harmonies of #DF53CE
Complementary color
Monochromatic Colors of #DF53CE
Black with #DF53CE
Text Example
Text Example
White with #DF53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53CE; }
p { color: rgb(223,83,206); }
H1.HeaderClassName
{
color: #DF53CE;
}
.AnyTagClassName
{
color: #DF53CE;
}
</style>
background-color css
<style>
a { background-color: #DF53CE; }
a { background-color: rgb(223,83,206); }
div.DivClassName
{
background-color: #DF53CE;
}
.BgClassName
{
background-color: #DF53CE;
}
</style>
border-color css
<style>
span { border-color: #DF53CE; }
span { border-color: rgb(223,83,206); }
td.TdClassName
{
border-color: #DF53CE;
}
.TagClassName
{
border-color: #DF53CE;
}
</style>