Html Css Color HEX #DF4DCE Free Speech Magenta
📋 copy color: '#DF4DCE'red 223 ◦ green 77 ◦ blue 206
Shades of Free Speech Magenta #DF4DCE
Tints of Free Speech Magenta #DF4DCE
RGB
CMYK
RGB Variations
Color information
#DF4DCE (or 0xDF4DCE) is known color: Free Speech Magenta. HEX triplet: DF, 4D and CE. RGB value is (223,77,206). Sum of RGB (Red+Green+Blue) = 223+77+206=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DCE is #20B231. Grayscale: #868686. Windows color (decimal): -2142770 or 13520351. OLE color: 13520351.
HSL color Cylindrical-coordinate representation of color #DF4DCE: hue angle of 306.99º 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 #DF4DCE is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 206 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.13 |
| HSL | 306.99º | 0.7% | 0.59% | - |
| HSV(B) | 306.99º | 0.65% | 0.87% | - |
| XYZ | 44.23 | 25.45 | 60.97 | - |
| YUV | 135.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 206 | 0 | 0.65 | 0.08 | 0.13 | 306.99 | 0.7 | 0.59 |
| Hex | DF | 4D | CE | 0 | 41 | 8 | D | 133 | 46 | 3B |
| Octal | 337 | 115 | 316 | 0 | 101 | 10 | 15 | 463 | 106 | 73 |
| Binary | 11011111 | 1001101 | 11001110 | 0 | 1000001 | 1000 | 1101 | 100110011 | 1000110 | 111011 |
Color Harmonies of #DF4DCE
Complementary color
Monochromatic Colors of #DF4DCE
Black with #DF4DCE
Text Example
Text Example
White with #DF4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DCE; }
p { color: rgb(223,77,206); }
H1.HeaderClassName
{
color: #DF4DCE;
}
.AnyTagClassName
{
color: #DF4DCE;
}
</style>
background-color css
<style>
a { background-color: #DF4DCE; }
a { background-color: rgb(223,77,206); }
div.DivClassName
{
background-color: #DF4DCE;
}
.BgClassName
{
background-color: #DF4DCE;
}
</style>
border-color css
<style>
span { border-color: #DF4DCE; }
span { border-color: rgb(223,77,206); }
td.TdClassName
{
border-color: #DF4DCE;
}
.TagClassName
{
border-color: #DF4DCE;
}
</style>