Html Css Color HEX #DF46DD Free Speech Magenta
📋 copy color: '#DF46DD'red 223 ◦ green 70 ◦ blue 221
Shades of Free Speech Magenta #DF46DD
Tints of Free Speech Magenta #DF46DD
RGB
CMYK
RGB Variations
Color information
#DF46DD (or 0xDF46DD) is known color: Free Speech Magenta. HEX triplet: DF, 46 and DD. RGB value is (223,70,221). Sum of RGB (Red+Green+Blue) = 223+70+221=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46DD is #20B922. Grayscale: #848484. Windows color (decimal): -2144547 or 14501599. OLE color: 14501599.
HSL color Cylindrical-coordinate representation of color #DF46DD: hue angle of 300.78º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46DD is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 221 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.13 |
| HSL | 300.78º | 0.71% | 0.57% | - |
| HSV(B) | 300.78º | 0.69% | 0.87% | - |
| XYZ | 45.67 | 25.29 | 70.88 | - |
| YUV | 132.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 221 | 0 | 0.69 | 0.01 | 0.13 | 300.78 | 0.71 | 0.57 |
| Hex | DF | 46 | DD | 0 | 45 | 1 | D | 12D | 47 | 39 |
| Octal | 337 | 106 | 335 | 0 | 105 | 1 | 15 | 455 | 107 | 71 |
| Binary | 11011111 | 1000110 | 11011101 | 0 | 1000101 | 1 | 1101 | 100101101 | 1000111 | 111001 |
Color Harmonies of #DF46DD
Complementary color
Monochromatic Colors of #DF46DD
Black with #DF46DD
Text Example
Text Example
White with #DF46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46DD; }
p { color: rgb(223,70,221); }
H1.HeaderClassName
{
color: #DF46DD;
}
.AnyTagClassName
{
color: #DF46DD;
}
</style>
background-color css
<style>
a { background-color: #DF46DD; }
a { background-color: rgb(223,70,221); }
div.DivClassName
{
background-color: #DF46DD;
}
.BgClassName
{
background-color: #DF46DD;
}
</style>
border-color css
<style>
span { border-color: #DF46DD; }
span { border-color: rgb(223,70,221); }
td.TdClassName
{
border-color: #DF46DD;
}
.TagClassName
{
border-color: #DF46DD;
}
</style>