Html Css Color HEX #DF40C3 Free Speech Magenta
📋 copy color: '#DF40C3'red 223 ◦ green 64 ◦ blue 195
Shades of Free Speech Magenta #DF40C3
Tints of Free Speech Magenta #DF40C3
RGB
CMYK
RGB Variations
Color information
#DF40C3 (or 0xDF40C3) is known color: Free Speech Magenta. HEX triplet: DF, 40 and C3. RGB value is (223,64,195). Sum of RGB (Red+Green+Blue) = 223+64+195=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF40C3 is #20BF3C. Grayscale: #7E7E7E. Windows color (decimal): -2146109 or 12796127. OLE color: 12796127.
HSL color Cylindrical-coordinate representation of color #DF40C3: hue angle of 310.57º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40C3 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 195 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.13 |
| HSL | 310.57º | 0.71% | 0.56% | - |
| HSV(B) | 310.57º | 0.71% | 0.87% | - |
| XYZ | 42.12 | 23.29 | 53.91 | - |
| YUV | 126.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 195 | 0 | 0.71 | 0.13 | 0.13 | 310.57 | 0.71 | 0.56 |
| Hex | DF | 40 | C3 | 0 | 47 | D | D | 137 | 47 | 38 |
| Octal | 337 | 100 | 303 | 0 | 107 | 15 | 15 | 467 | 107 | 70 |
| Binary | 11011111 | 1000000 | 11000011 | 0 | 1000111 | 1101 | 1101 | 100110111 | 1000111 | 111000 |
Color Harmonies of #DF40C3
Complementary color
Monochromatic Colors of #DF40C3
Black with #DF40C3
Text Example
Text Example
White with #DF40C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40C3; }
p { color: rgb(223,64,195); }
H1.HeaderClassName
{
color: #DF40C3;
}
.AnyTagClassName
{
color: #DF40C3;
}
</style>
background-color css
<style>
a { background-color: #DF40C3; }
a { background-color: rgb(223,64,195); }
div.DivClassName
{
background-color: #DF40C3;
}
.BgClassName
{
background-color: #DF40C3;
}
</style>
border-color css
<style>
span { border-color: #DF40C3; }
span { border-color: rgb(223,64,195); }
td.TdClassName
{
border-color: #DF40C3;
}
.TagClassName
{
border-color: #DF40C3;
}
</style>