Html Css Color HEX #DF47BE Free Speech Magenta
📋 copy color: '#DF47BE'red 223 ◦ green 71 ◦ blue 190
Shades of Free Speech Magenta #DF47BE
Tints of Free Speech Magenta #DF47BE
RGB
CMYK
RGB Variations
Color information
#DF47BE (or 0xDF47BE) is known color: Free Speech Magenta. HEX triplet: DF, 47 and BE. RGB value is (223,71,190). Sum of RGB (Red+Green+Blue) = 223+71+190=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47BE is #20B841. Grayscale: #818181. Windows color (decimal): -2144322 or 12470239. OLE color: 12470239.
HSL color Cylindrical-coordinate representation of color #DF47BE: hue angle of 313.03º 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 #DF47BE is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 190 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.13 |
| HSL | 313.03º | 0.7% | 0.58% | - |
| HSV(B) | 313.03º | 0.68% | 0.87% | - |
| XYZ | 41.98 | 23.91 | 51.12 | - |
| YUV | 130.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 190 | 0 | 0.68 | 0.15 | 0.13 | 313.03 | 0.7 | 0.58 |
| Hex | DF | 47 | BE | 0 | 44 | F | D | 139 | 46 | 3A |
| Octal | 337 | 107 | 276 | 0 | 104 | 17 | 15 | 471 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10111110 | 0 | 1000100 | 1111 | 1101 | 100111001 | 1000110 | 111010 |
Color Harmonies of #DF47BE
Complementary color
Monochromatic Colors of #DF47BE
Black with #DF47BE
Text Example
Text Example
White with #DF47BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47BE; }
p { color: rgb(223,71,190); }
H1.HeaderClassName
{
color: #DF47BE;
}
.AnyTagClassName
{
color: #DF47BE;
}
</style>
background-color css
<style>
a { background-color: #DF47BE; }
a { background-color: rgb(223,71,190); }
div.DivClassName
{
background-color: #DF47BE;
}
.BgClassName
{
background-color: #DF47BE;
}
</style>
border-color css
<style>
span { border-color: #DF47BE; }
span { border-color: rgb(223,71,190); }
td.TdClassName
{
border-color: #DF47BE;
}
.TagClassName
{
border-color: #DF47BE;
}
</style>