Html Css Color HEX #DF48CF Free Speech Magenta
📋 copy color: '#DF48CF'red 223 ◦ green 72 ◦ blue 207
Shades of Free Speech Magenta #DF48CF
Tints of Free Speech Magenta #DF48CF
RGB
CMYK
RGB Variations
Color information
#DF48CF (or 0xDF48CF) is known color: Free Speech Magenta. HEX triplet: DF, 48 and CF. RGB value is (223,72,207). Sum of RGB (Red+Green+Blue) = 223+72+207=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48CF is #20B730. Grayscale: #848484. Windows color (decimal): -2144049 or 13584607. OLE color: 13584607.
HSL color Cylindrical-coordinate representation of color #DF48CF: hue angle of 306.36º 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 #DF48CF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 207 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.13 |
| HSL | 306.36º | 0.7% | 0.58% | - |
| HSV(B) | 306.36º | 0.68% | 0.87% | - |
| XYZ | 44.01 | 24.83 | 61.5 | - |
| YUV | 132.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 207 | 0 | 0.68 | 0.07 | 0.13 | 306.36 | 0.7 | 0.58 |
| Hex | DF | 48 | CF | 0 | 44 | 7 | D | 132 | 46 | 3A |
| Octal | 337 | 110 | 317 | 0 | 104 | 7 | 15 | 462 | 106 | 72 |
| Binary | 11011111 | 1001000 | 11001111 | 0 | 1000100 | 111 | 1101 | 100110010 | 1000110 | 111010 |
Color Harmonies of #DF48CF
Complementary color
Monochromatic Colors of #DF48CF
Black with #DF48CF
Text Example
Text Example
White with #DF48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48CF; }
p { color: rgb(223,72,207); }
H1.HeaderClassName
{
color: #DF48CF;
}
.AnyTagClassName
{
color: #DF48CF;
}
</style>
background-color css
<style>
a { background-color: #DF48CF; }
a { background-color: rgb(223,72,207); }
div.DivClassName
{
background-color: #DF48CF;
}
.BgClassName
{
background-color: #DF48CF;
}
</style>
border-color css
<style>
span { border-color: #DF48CF; }
span { border-color: rgb(223,72,207); }
td.TdClassName
{
border-color: #DF48CF;
}
.TagClassName
{
border-color: #DF48CF;
}
</style>