Html Css Color HEX #DF4DD6 Free Speech Magenta
📋 copy color: '#DF4DD6'red 223 ◦ green 77 ◦ blue 214
Shades of Free Speech Magenta #DF4DD6
Tints of Free Speech Magenta #DF4DD6
RGB
CMYK
RGB Variations
Color information
#DF4DD6 (or 0xDF4DD6) is known color: Free Speech Magenta. HEX triplet: DF, 4D and D6. RGB value is (223,77,214). Sum of RGB (Red+Green+Blue) = 223+77+214=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DD6 is #20B229. Grayscale: #878787. Windows color (decimal): -2142762 or 14044639. OLE color: 14044639.
HSL color Cylindrical-coordinate representation of color #DF4DD6: hue angle of 303.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4DD6 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 214 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.13 |
| HSL | 303.7º | 0.7% | 0.59% | - |
| HSV(B) | 303.7º | 0.65% | 0.87% | - |
| XYZ | 45.22 | 25.85 | 66.22 | - |
| YUV | 136.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 214 | 0 | 0.65 | 0.04 | 0.13 | 303.7 | 0.7 | 0.59 |
| Hex | DF | 4D | D6 | 0 | 41 | 4 | D | 130 | 46 | 3B |
| Octal | 337 | 115 | 326 | 0 | 101 | 4 | 15 | 460 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11010110 | 0 | 1000001 | 100 | 1101 | 100110000 | 1000110 | 111011 |
Color Harmonies of #DF4DD6
Complementary color
Monochromatic Colors of #DF4DD6
Black with #DF4DD6
Text Example
Text Example
White with #DF4DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DD6; }
p { color: rgb(223,77,214); }
H1.HeaderClassName
{
color: #DF4DD6;
}
.AnyTagClassName
{
color: #DF4DD6;
}
</style>
background-color css
<style>
a { background-color: #DF4DD6; }
a { background-color: rgb(223,77,214); }
div.DivClassName
{
background-color: #DF4DD6;
}
.BgClassName
{
background-color: #DF4DD6;
}
</style>
border-color css
<style>
span { border-color: #DF4DD6; }
span { border-color: rgb(223,77,214); }
td.TdClassName
{
border-color: #DF4DD6;
}
.TagClassName
{
border-color: #DF4DD6;
}
</style>