Html Css Color HEX #DF46C2 Free Speech Magenta
📋 copy color: '#DF46C2'red 223 ◦ green 70 ◦ blue 194
Shades of Free Speech Magenta #DF46C2
Tints of Free Speech Magenta #DF46C2
RGB
CMYK
RGB Variations
Color information
#DF46C2 (or 0xDF46C2) is known color: Free Speech Magenta. HEX triplet: DF, 46 and C2. RGB value is (223,70,194). Sum of RGB (Red+Green+Blue) = 223+70+194=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46C2 is #20B93D. Grayscale: #818181. Windows color (decimal): -2144574 or 12732127. OLE color: 12732127.
HSL color Cylindrical-coordinate representation of color #DF46C2: hue angle of 311.37º 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 #DF46C2 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 194 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.13 |
| HSL | 311.37º | 0.71% | 0.57% | - |
| HSV(B) | 311.37º | 0.69% | 0.87% | - |
| XYZ | 42.36 | 23.96 | 53.43 | - |
| YUV | 129.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 194 | 0 | 0.69 | 0.13 | 0.13 | 311.37 | 0.71 | 0.57 |
| Hex | DF | 46 | C2 | 0 | 45 | D | D | 137 | 47 | 39 |
| Octal | 337 | 106 | 302 | 0 | 105 | 15 | 15 | 467 | 107 | 71 |
| Binary | 11011111 | 1000110 | 11000010 | 0 | 1000101 | 1101 | 1101 | 100110111 | 1000111 | 111001 |
Color Harmonies of #DF46C2
Complementary color
Monochromatic Colors of #DF46C2
Black with #DF46C2
Text Example
Text Example
White with #DF46C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46C2; }
p { color: rgb(223,70,194); }
H1.HeaderClassName
{
color: #DF46C2;
}
.AnyTagClassName
{
color: #DF46C2;
}
</style>
background-color css
<style>
a { background-color: #DF46C2; }
a { background-color: rgb(223,70,194); }
div.DivClassName
{
background-color: #DF46C2;
}
.BgClassName
{
background-color: #DF46C2;
}
</style>
border-color css
<style>
span { border-color: #DF46C2; }
span { border-color: rgb(223,70,194); }
td.TdClassName
{
border-color: #DF46C2;
}
.TagClassName
{
border-color: #DF46C2;
}
</style>