Html Css Color HEX #DF41D4 Free Speech Magenta
📋 copy color: '#DF41D4'red 223 ◦ green 65 ◦ blue 212
Shades of Free Speech Magenta #DF41D4
Tints of Free Speech Magenta #DF41D4
RGB
CMYK
RGB Variations
Color information
#DF41D4 (or 0xDF41D4) is known color: Free Speech Magenta. HEX triplet: DF, 41 and D4. RGB value is (223,65,212). Sum of RGB (Red+Green+Blue) = 223+65+212=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41D4 is #20BE2B. Grayscale: #808080. Windows color (decimal): -2145836 or 13910495. OLE color: 13910495.
HSL color Cylindrical-coordinate representation of color #DF41D4: hue angle of 304.18º 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 #DF41D4 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 212 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.13 |
| HSL | 304.18º | 0.71% | 0.56% | - |
| HSV(B) | 304.18º | 0.71% | 0.87% | - |
| XYZ | 44.21 | 24.22 | 64.63 | - |
| YUV | 129 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 212 | 0 | 0.71 | 0.05 | 0.13 | 304.18 | 0.71 | 0.56 |
| Hex | DF | 41 | D4 | 0 | 47 | 5 | D | 130 | 47 | 38 |
| Octal | 337 | 101 | 324 | 0 | 107 | 5 | 15 | 460 | 107 | 70 |
| Binary | 11011111 | 1000001 | 11010100 | 0 | 1000111 | 101 | 1101 | 100110000 | 1000111 | 111000 |
Color Harmonies of #DF41D4
Complementary color
Monochromatic Colors of #DF41D4
Black with #DF41D4
Text Example
Text Example
White with #DF41D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41D4; }
p { color: rgb(223,65,212); }
H1.HeaderClassName
{
color: #DF41D4;
}
.AnyTagClassName
{
color: #DF41D4;
}
</style>
background-color css
<style>
a { background-color: #DF41D4; }
a { background-color: rgb(223,65,212); }
div.DivClassName
{
background-color: #DF41D4;
}
.BgClassName
{
background-color: #DF41D4;
}
</style>
border-color css
<style>
span { border-color: #DF41D4; }
span { border-color: rgb(223,65,212); }
td.TdClassName
{
border-color: #DF41D4;
}
.TagClassName
{
border-color: #DF41D4;
}
</style>