Html Css Color HEX #DF53D2 Free Speech Magenta
📋 copy color: '#DF53D2'red 223 ◦ green 83 ◦ blue 210
Shades of Free Speech Magenta #DF53D2
Tints of Free Speech Magenta #DF53D2
RGB
CMYK
RGB Variations
Color information
#DF53D2 (or 0xDF53D2) is known color: Free Speech Magenta. HEX triplet: DF, 53 and D2. RGB value is (223,83,210). Sum of RGB (Red+Green+Blue) = 223+83+210=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53D2 is #20AC2D. Grayscale: #8A8A8A. Windows color (decimal): -2141230 or 13784031. OLE color: 13784031.
HSL color Cylindrical-coordinate representation of color #DF53D2: hue angle of 305.57º 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 #DF53D2 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 210 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.13 |
| HSL | 305.57º | 0.69% | 0.6% | - |
| HSV(B) | 305.57º | 0.63% | 0.87% | - |
| XYZ | 45.16 | 26.53 | 63.71 | - |
| YUV | 139.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 210 | 0 | 0.63 | 0.06 | 0.13 | 305.57 | 0.69 | 0.6 |
| Hex | DF | 53 | D2 | 0 | 3F | 6 | D | 132 | 45 | 3C |
| Octal | 337 | 123 | 322 | 0 | 77 | 6 | 15 | 462 | 105 | 74 |
| Binary | 11011111 | 1010011 | 11010010 | 0 | 111111 | 110 | 1101 | 100110010 | 1000101 | 111100 |
Color Harmonies of #DF53D2
Complementary color
Monochromatic Colors of #DF53D2
Black with #DF53D2
Text Example
Text Example
White with #DF53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53D2; }
p { color: rgb(223,83,210); }
H1.HeaderClassName
{
color: #DF53D2;
}
.AnyTagClassName
{
color: #DF53D2;
}
</style>
background-color css
<style>
a { background-color: #DF53D2; }
a { background-color: rgb(223,83,210); }
div.DivClassName
{
background-color: #DF53D2;
}
.BgClassName
{
background-color: #DF53D2;
}
</style>
border-color css
<style>
span { border-color: #DF53D2; }
span { border-color: rgb(223,83,210); }
td.TdClassName
{
border-color: #DF53D2;
}
.TagClassName
{
border-color: #DF53D2;
}
</style>