Html Css Color HEX #DF4DD4 Free Speech Magenta
📋 copy color: '#DF4DD4'red 223 ◦ green 77 ◦ blue 212
Shades of Free Speech Magenta #DF4DD4
Tints of Free Speech Magenta #DF4DD4
RGB
CMYK
RGB Variations
Color information
#DF4DD4 (or 0xDF4DD4) is known color: Free Speech Magenta. HEX triplet: DF, 4D and D4. RGB value is (223,77,212). Sum of RGB (Red+Green+Blue) = 223+77+212=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DD4 is #20B22B. Grayscale: #878787. Windows color (decimal): -2142764 or 13913567. OLE color: 13913567.
HSL color Cylindrical-coordinate representation of color #DF4DD4: hue angle of 304.52º 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 #DF4DD4 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 212 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.13 |
| HSL | 304.52º | 0.7% | 0.59% | - |
| HSV(B) | 304.52º | 0.65% | 0.87% | - |
| XYZ | 44.97 | 25.75 | 64.89 | - |
| YUV | 136.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 212 | 0 | 0.65 | 0.05 | 0.13 | 304.52 | 0.7 | 0.59 |
| Hex | DF | 4D | D4 | 0 | 41 | 5 | D | 131 | 46 | 3B |
| Octal | 337 | 115 | 324 | 0 | 101 | 5 | 15 | 461 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11010100 | 0 | 1000001 | 101 | 1101 | 100110001 | 1000110 | 111011 |
Color Harmonies of #DF4DD4
Complementary color
Monochromatic Colors of #DF4DD4
Black with #DF4DD4
Text Example
Text Example
White with #DF4DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DD4; }
p { color: rgb(223,77,212); }
H1.HeaderClassName
{
color: #DF4DD4;
}
.AnyTagClassName
{
color: #DF4DD4;
}
</style>
background-color css
<style>
a { background-color: #DF4DD4; }
a { background-color: rgb(223,77,212); }
div.DivClassName
{
background-color: #DF4DD4;
}
.BgClassName
{
background-color: #DF4DD4;
}
</style>
border-color css
<style>
span { border-color: #DF4DD4; }
span { border-color: rgb(223,77,212); }
td.TdClassName
{
border-color: #DF4DD4;
}
.TagClassName
{
border-color: #DF4DD4;
}
</style>