Html Css Color HEX #DF3ADD Free Speech Magenta
📋 copy color: '#DF3ADD'red 223 ◦ green 58 ◦ blue 221
Shades of Free Speech Magenta #DF3ADD
Tints of Free Speech Magenta #DF3ADD
RGB
CMYK
RGB Variations
Color information
#DF3ADD (or 0xDF3ADD) is known color: Free Speech Magenta. HEX triplet: DF, 3A and DD. RGB value is (223,58,221). Sum of RGB (Red+Green+Blue) = 223+58+221=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3ADD is #20C522. Grayscale: #7D7D7D. Windows color (decimal): -2147619 or 14498527. OLE color: 14498527.
HSL color Cylindrical-coordinate representation of color #DF3ADD: hue angle of 300.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3ADD is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 221 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.13 |
| HSL | 300.73º | 0.72% | 0.55% | - |
| HSV(B) | 300.73º | 0.74% | 0.87% | - |
| XYZ | 45 | 23.93 | 70.65 | - |
| YUV | 125.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 221 | 0 | 0.74 | 0.01 | 0.13 | 300.73 | 0.72 | 0.55 |
| Hex | DF | 3A | DD | 0 | 4A | 1 | D | 12D | 48 | 37 |
| Octal | 337 | 72 | 335 | 0 | 112 | 1 | 15 | 455 | 110 | 67 |
| Binary | 11011111 | 111010 | 11011101 | 0 | 1001010 | 1 | 1101 | 100101101 | 1001000 | 110111 |
Color Harmonies of #DF3ADD
Complementary color
Monochromatic Colors of #DF3ADD
Black with #DF3ADD
Text Example
Text Example
White with #DF3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3ADD; }
p { color: rgb(223,58,221); }
H1.HeaderClassName
{
color: #DF3ADD;
}
.AnyTagClassName
{
color: #DF3ADD;
}
</style>
background-color css
<style>
a { background-color: #DF3ADD; }
a { background-color: rgb(223,58,221); }
div.DivClassName
{
background-color: #DF3ADD;
}
.BgClassName
{
background-color: #DF3ADD;
}
</style>
border-color css
<style>
span { border-color: #DF3ADD; }
span { border-color: rgb(223,58,221); }
td.TdClassName
{
border-color: #DF3ADD;
}
.TagClassName
{
border-color: #DF3ADD;
}
</style>