Html Css Color HEX #DF47DA Free Speech Magenta
📋 copy color: '#DF47DA'red 223 ◦ green 71 ◦ blue 218
Shades of Free Speech Magenta #DF47DA
Tints of Free Speech Magenta #DF47DA
RGB
CMYK
RGB Variations
Color information
#DF47DA (or 0xDF47DA) is known color: Free Speech Magenta. HEX triplet: DF, 47 and DA. RGB value is (223,71,218). Sum of RGB (Red+Green+Blue) = 223+71+218=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47DA is #20B825. Grayscale: #848484. Windows color (decimal): -2144294 or 14305247. OLE color: 14305247.
HSL color Cylindrical-coordinate representation of color #DF47DA: hue angle of 301.97º 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 #DF47DA is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 218 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.13 |
| HSL | 301.97º | 0.7% | 0.58% | - |
| HSV(B) | 301.97º | 0.68% | 0.87% | - |
| XYZ | 45.34 | 25.26 | 68.81 | - |
| YUV | 133.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 218 | 0 | 0.68 | 0.02 | 0.13 | 301.97 | 0.7 | 0.58 |
| Hex | DF | 47 | DA | 0 | 44 | 2 | D | 12E | 46 | 3A |
| Octal | 337 | 107 | 332 | 0 | 104 | 2 | 15 | 456 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11011010 | 0 | 1000100 | 10 | 1101 | 100101110 | 1000110 | 111010 |
Color Harmonies of #DF47DA
Complementary color
Monochromatic Colors of #DF47DA
Black with #DF47DA
Text Example
Text Example
White with #DF47DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47DA; }
p { color: rgb(223,71,218); }
H1.HeaderClassName
{
color: #DF47DA;
}
.AnyTagClassName
{
color: #DF47DA;
}
</style>
background-color css
<style>
a { background-color: #DF47DA; }
a { background-color: rgb(223,71,218); }
div.DivClassName
{
background-color: #DF47DA;
}
.BgClassName
{
background-color: #DF47DA;
}
</style>
border-color css
<style>
span { border-color: #DF47DA; }
span { border-color: rgb(223,71,218); }
td.TdClassName
{
border-color: #DF47DA;
}
.TagClassName
{
border-color: #DF47DA;
}
</style>