Html Css Color HEX #DF48D3 Free Speech Magenta
📋 copy color: '#DF48D3'red 223 ◦ green 72 ◦ blue 211
Shades of Free Speech Magenta #DF48D3
Tints of Free Speech Magenta #DF48D3
RGB
CMYK
RGB Variations
Color information
#DF48D3 (or 0xDF48D3) is known color: Free Speech Magenta. HEX triplet: DF, 48 and D3. RGB value is (223,72,211). Sum of RGB (Red+Green+Blue) = 223+72+211=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48D3 is #20B72C. Grayscale: #848484. Windows color (decimal): -2144045 or 13846751. OLE color: 13846751.
HSL color Cylindrical-coordinate representation of color #DF48D3: hue angle of 304.77º 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 #DF48D3 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 211 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.13 |
| HSL | 304.77º | 0.7% | 0.58% | - |
| HSV(B) | 304.77º | 0.68% | 0.87% | - |
| XYZ | 44.51 | 25.03 | 64.11 | - |
| YUV | 133 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 211 | 0 | 0.68 | 0.05 | 0.13 | 304.77 | 0.7 | 0.58 |
| Hex | DF | 48 | D3 | 0 | 44 | 5 | D | 131 | 46 | 3A |
| Octal | 337 | 110 | 323 | 0 | 104 | 5 | 15 | 461 | 106 | 72 |
| Binary | 11011111 | 1001000 | 11010011 | 0 | 1000100 | 101 | 1101 | 100110001 | 1000110 | 111010 |
Color Harmonies of #DF48D3
Complementary color
Monochromatic Colors of #DF48D3
Black with #DF48D3
Text Example
Text Example
White with #DF48D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48D3; }
p { color: rgb(223,72,211); }
H1.HeaderClassName
{
color: #DF48D3;
}
.AnyTagClassName
{
color: #DF48D3;
}
</style>
background-color css
<style>
a { background-color: #DF48D3; }
a { background-color: rgb(223,72,211); }
div.DivClassName
{
background-color: #DF48D3;
}
.BgClassName
{
background-color: #DF48D3;
}
</style>
border-color css
<style>
span { border-color: #DF48D3; }
span { border-color: rgb(223,72,211); }
td.TdClassName
{
border-color: #DF48D3;
}
.TagClassName
{
border-color: #DF48D3;
}
</style>