Html Css Color HEX #DF48C6 Free Speech Magenta
📋 copy color: '#DF48C6'red 223 ◦ green 72 ◦ blue 198
Shades of Free Speech Magenta #DF48C6
Tints of Free Speech Magenta #DF48C6
RGB
CMYK
RGB Variations
Color information
#DF48C6 (or 0xDF48C6) is known color: Free Speech Magenta. HEX triplet: DF, 48 and C6. RGB value is (223,72,198). Sum of RGB (Red+Green+Blue) = 223+72+198=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48C6 is #20B739. Grayscale: #838383. Windows color (decimal): -2144058 or 12994783. OLE color: 12994783.
HSL color Cylindrical-coordinate representation of color #DF48C6: hue angle of 309.93º 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 #DF48C6 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 198 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.13 |
| HSL | 309.93º | 0.7% | 0.58% | - |
| HSV(B) | 309.93º | 0.68% | 0.87% | - |
| XYZ | 42.94 | 24.4 | 55.87 | - |
| YUV | 131.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 198 | 0 | 0.68 | 0.11 | 0.13 | 309.93 | 0.7 | 0.58 |
| Hex | DF | 48 | C6 | 0 | 44 | B | D | 136 | 46 | 3A |
| Octal | 337 | 110 | 306 | 0 | 104 | 13 | 15 | 466 | 106 | 72 |
| Binary | 11011111 | 1001000 | 11000110 | 0 | 1000100 | 1011 | 1101 | 100110110 | 1000110 | 111010 |
Color Harmonies of #DF48C6
Complementary color
Monochromatic Colors of #DF48C6
Black with #DF48C6
Text Example
Text Example
White with #DF48C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48C6; }
p { color: rgb(223,72,198); }
H1.HeaderClassName
{
color: #DF48C6;
}
.AnyTagClassName
{
color: #DF48C6;
}
</style>
background-color css
<style>
a { background-color: #DF48C6; }
a { background-color: rgb(223,72,198); }
div.DivClassName
{
background-color: #DF48C6;
}
.BgClassName
{
background-color: #DF48C6;
}
</style>
border-color css
<style>
span { border-color: #DF48C6; }
span { border-color: rgb(223,72,198); }
td.TdClassName
{
border-color: #DF48C6;
}
.TagClassName
{
border-color: #DF48C6;
}
</style>