Html Css Color HEX #DF4DDF Free Speech Magenta
📋 copy color: '#DF4DDF'red 223 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #DF4DDF
Tints of Free Speech Magenta #DF4DDF
RGB
CMYK
RGB Variations
Color information
#DF4DDF (or 0xDF4DDF) is known color: Free Speech Magenta. HEX triplet: DF, 4D and DF. RGB value is (223,77,223). Sum of RGB (Red+Green+Blue) = 223+77+223=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DDF is #20B220. Grayscale: #888888. Windows color (decimal): -2142753 or 14634463. OLE color: 14634463.
HSL color Cylindrical-coordinate representation of color #DF4DDF: hue angle of 300º 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 #DF4DDF is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 77 | 223 | - |
CMYK | 0 | 0.65 | 0 | 0.13 |
HSL | 300º | 0.7% | 0.59% | - |
HSV(B) | 300º | 0.65% | 0.87% | - |
XYZ | 46.4 | 26.32 | 72.45 | - |
YUV | 137.3 | 176.37 | 189.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 77 | 223 | 0 | 0.65 | 0 | 0.13 | 300 | 0.7 | 0.59 |
Hex | DF | 4D | DF | 0 | 41 | 0 | D | 12C | 46 | 3B |
Octal | 337 | 115 | 337 | 0 | 101 | 0 | 15 | 454 | 106 | 73 |
Binary | 11011111 | 1001101 | 11011111 | 0 | 1000001 | 0 | 1101 | 100101100 | 1000110 | 111011 |
Color Harmonies of #DF4DDF
Complementary color
Monochromatic Colors of #DF4DDF
Black with #DF4DDF
Text Example
Text Example
White with #DF4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DDF; }
p { color: rgb(223,77,223); }
H1.HeaderClassName
{
color: #DF4DDF;
}
.AnyTagClassName
{
color: #DF4DDF;
}
</style>
background-color css
<style>
a { background-color: #DF4DDF; }
a { background-color: rgb(223,77,223); }
div.DivClassName
{
background-color: #DF4DDF;
}
.BgClassName
{
background-color: #DF4DDF;
}
</style>
border-color css
<style>
span { border-color: #DF4DDF; }
span { border-color: rgb(223,77,223); }
td.TdClassName
{
border-color: #DF4DDF;
}
.TagClassName
{
border-color: #DF4DDF;
}
</style>