Html Css Color HEX #DF47C4 Free Speech Magenta
📋 copy color: '#DF47C4'red 223 ◦ green 71 ◦ blue 196
Shades of Free Speech Magenta #DF47C4
Tints of Free Speech Magenta #DF47C4
RGB
CMYK
RGB Variations
Color information
#DF47C4 (or 0xDF47C4) is known color: Free Speech Magenta. HEX triplet: DF, 47 and C4. RGB value is (223,71,196). Sum of RGB (Red+Green+Blue) = 223+71+196=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47C4 is #20B83B. Grayscale: #828282. Windows color (decimal): -2144316 or 12863455. OLE color: 12863455.
HSL color Cylindrical-coordinate representation of color #DF47C4: hue angle of 310.66º 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 #DF47C4 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 196 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.13 |
| HSL | 310.66º | 0.7% | 0.58% | - |
| HSV(B) | 310.66º | 0.68% | 0.87% | - |
| XYZ | 42.65 | 24.18 | 54.64 | - |
| YUV | 130.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 196 | 0 | 0.68 | 0.12 | 0.13 | 310.66 | 0.7 | 0.58 |
| Hex | DF | 47 | C4 | 0 | 44 | C | D | 137 | 46 | 3A |
| Octal | 337 | 107 | 304 | 0 | 104 | 14 | 15 | 467 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11000100 | 0 | 1000100 | 1100 | 1101 | 100110111 | 1000110 | 111010 |
Color Harmonies of #DF47C4
Complementary color
Monochromatic Colors of #DF47C4
Black with #DF47C4
Text Example
Text Example
White with #DF47C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47C4; }
p { color: rgb(223,71,196); }
H1.HeaderClassName
{
color: #DF47C4;
}
.AnyTagClassName
{
color: #DF47C4;
}
</style>
background-color css
<style>
a { background-color: #DF47C4; }
a { background-color: rgb(223,71,196); }
div.DivClassName
{
background-color: #DF47C4;
}
.BgClassName
{
background-color: #DF47C4;
}
</style>
border-color css
<style>
span { border-color: #DF47C4; }
span { border-color: rgb(223,71,196); }
td.TdClassName
{
border-color: #DF47C4;
}
.TagClassName
{
border-color: #DF47C4;
}
</style>