Html Css Color HEX #DF4ACD Free Speech Magenta
📋 copy color: '#DF4ACD'red 223 ◦ green 74 ◦ blue 205
Shades of Free Speech Magenta #DF4ACD
Tints of Free Speech Magenta #DF4ACD
RGB
CMYK
RGB Variations
Color information
#DF4ACD (or 0xDF4ACD) is known color: Free Speech Magenta. HEX triplet: DF, 4A and CD. RGB value is (223,74,205). Sum of RGB (Red+Green+Blue) = 223+74+205=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4ACD is #20B532. Grayscale: #858585. Windows color (decimal): -2143539 or 13454047. OLE color: 13454047.
HSL color Cylindrical-coordinate representation of color #DF4ACD: hue angle of 307.25º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4ACD is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 205 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.13 |
| HSL | 307.25º | 0.7% | 0.58% | - |
| HSV(B) | 307.25º | 0.67% | 0.87% | - |
| XYZ | 43.9 | 24.99 | 60.27 | - |
| YUV | 133.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 205 | 0 | 0.67 | 0.08 | 0.13 | 307.25 | 0.7 | 0.58 |
| Hex | DF | 4A | CD | 0 | 43 | 8 | D | 133 | 46 | 3A |
| Octal | 337 | 112 | 315 | 0 | 103 | 10 | 15 | 463 | 106 | 72 |
| Binary | 11011111 | 1001010 | 11001101 | 0 | 1000011 | 1000 | 1101 | 100110011 | 1000110 | 111010 |
Color Harmonies of #DF4ACD
Complementary color
Monochromatic Colors of #DF4ACD
Black with #DF4ACD
Text Example
Text Example
White with #DF4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4ACD; }
p { color: rgb(223,74,205); }
H1.HeaderClassName
{
color: #DF4ACD;
}
.AnyTagClassName
{
color: #DF4ACD;
}
</style>
background-color css
<style>
a { background-color: #DF4ACD; }
a { background-color: rgb(223,74,205); }
div.DivClassName
{
background-color: #DF4ACD;
}
.BgClassName
{
background-color: #DF4ACD;
}
</style>
border-color css
<style>
span { border-color: #DF4ACD; }
span { border-color: rgb(223,74,205); }
td.TdClassName
{
border-color: #DF4ACD;
}
.TagClassName
{
border-color: #DF4ACD;
}
</style>