Html Css Color HEX #DF47D4 Free Speech Magenta
📋 copy color: '#DF47D4'red 223 ◦ green 71 ◦ blue 212
Shades of Free Speech Magenta #DF47D4
Tints of Free Speech Magenta #DF47D4
RGB
CMYK
RGB Variations
Color information
#DF47D4 (or 0xDF47D4) is known color: Free Speech Magenta. HEX triplet: DF, 47 and D4. RGB value is (223,71,212). Sum of RGB (Red+Green+Blue) = 223+71+212=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47D4 is #20B82B. Grayscale: #848484. Windows color (decimal): -2144300 or 13912031. OLE color: 13912031.
HSL color Cylindrical-coordinate representation of color #DF47D4: hue angle of 304.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47D4 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 212 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.13 |
| HSL | 304.34º | 0.7% | 0.58% | - |
| HSV(B) | 304.34º | 0.68% | 0.87% | - |
| XYZ | 44.57 | 24.95 | 64.75 | - |
| YUV | 132.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 212 | 0 | 0.68 | 0.05 | 0.13 | 304.34 | 0.7 | 0.58 |
| Hex | DF | 47 | D4 | 0 | 44 | 5 | D | 130 | 46 | 3A |
| Octal | 337 | 107 | 324 | 0 | 104 | 5 | 15 | 460 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11010100 | 0 | 1000100 | 101 | 1101 | 100110000 | 1000110 | 111010 |
Color Harmonies of #DF47D4
Complementary color
Monochromatic Colors of #DF47D4
Black with #DF47D4
Text Example
Text Example
White with #DF47D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47D4; }
p { color: rgb(223,71,212); }
H1.HeaderClassName
{
color: #DF47D4;
}
.AnyTagClassName
{
color: #DF47D4;
}
</style>
background-color css
<style>
a { background-color: #DF47D4; }
a { background-color: rgb(223,71,212); }
div.DivClassName
{
background-color: #DF47D4;
}
.BgClassName
{
background-color: #DF47D4;
}
</style>
border-color css
<style>
span { border-color: #DF47D4; }
span { border-color: rgb(223,71,212); }
td.TdClassName
{
border-color: #DF47D4;
}
.TagClassName
{
border-color: #DF47D4;
}
</style>