Html Css Color HEX #DF46D3 Free Speech Magenta
📋 copy color: '#DF46D3'red 223 ◦ green 70 ◦ blue 211
Shades of Free Speech Magenta #DF46D3
Tints of Free Speech Magenta #DF46D3
RGB
CMYK
RGB Variations
Color information
#DF46D3 (or 0xDF46D3) is known color: Free Speech Magenta. HEX triplet: DF, 46 and D3. RGB value is (223,70,211). Sum of RGB (Red+Green+Blue) = 223+70+211=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46D3 is #20B92C. Grayscale: #838383. Windows color (decimal): -2144557 or 13846239. OLE color: 13846239.
HSL color Cylindrical-coordinate representation of color #DF46D3: hue angle of 304.71º 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 #DF46D3 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 211 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.13 |
| HSL | 304.71º | 0.71% | 0.57% | - |
| HSV(B) | 304.71º | 0.69% | 0.87% | - |
| XYZ | 44.38 | 24.77 | 64.07 | - |
| YUV | 131.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 211 | 0 | 0.69 | 0.05 | 0.13 | 304.71 | 0.71 | 0.57 |
| Hex | DF | 46 | D3 | 0 | 45 | 5 | D | 131 | 47 | 39 |
| Octal | 337 | 106 | 323 | 0 | 105 | 5 | 15 | 461 | 107 | 71 |
| Binary | 11011111 | 1000110 | 11010011 | 0 | 1000101 | 101 | 1101 | 100110001 | 1000111 | 111001 |
Color Harmonies of #DF46D3
Complementary color
Monochromatic Colors of #DF46D3
Black with #DF46D3
Text Example
Text Example
White with #DF46D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46D3; }
p { color: rgb(223,70,211); }
H1.HeaderClassName
{
color: #DF46D3;
}
.AnyTagClassName
{
color: #DF46D3;
}
</style>
background-color css
<style>
a { background-color: #DF46D3; }
a { background-color: rgb(223,70,211); }
div.DivClassName
{
background-color: #DF46D3;
}
.BgClassName
{
background-color: #DF46D3;
}
</style>
border-color css
<style>
span { border-color: #DF46D3; }
span { border-color: rgb(223,70,211); }
td.TdClassName
{
border-color: #DF46D3;
}
.TagClassName
{
border-color: #DF46D3;
}
</style>