Html Css Color HEX #DF48C0 Free Speech Magenta
📋 copy color: '#DF48C0'red 223 ◦ green 72 ◦ blue 192
Shades of Free Speech Magenta #DF48C0
Tints of Free Speech Magenta #DF48C0
RGB
CMYK
RGB Variations
Color information
#DF48C0 (or 0xDF48C0) is known color: Free Speech Magenta. HEX triplet: DF, 48 and C0. RGB value is (223,72,192). Sum of RGB (Red+Green+Blue) = 223+72+192=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48C0 is #20B73F. Grayscale: #828282. Windows color (decimal): -2144064 or 12601567. OLE color: 12601567.
HSL color Cylindrical-coordinate representation of color #DF48C0: hue angle of 312.32º 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 #DF48C0 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 192 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.13 |
| HSL | 312.32º | 0.7% | 0.58% | - |
| HSV(B) | 312.32º | 0.68% | 0.87% | - |
| XYZ | 42.26 | 24.13 | 52.3 | - |
| YUV | 130.83 | 162.53 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 192 | 0 | 0.68 | 0.14 | 0.13 | 312.32 | 0.7 | 0.58 |
| Hex | DF | 48 | C0 | 0 | 44 | E | D | 138 | 46 | 3A |
| Octal | 337 | 110 | 300 | 0 | 104 | 16 | 15 | 470 | 106 | 72 |
| Binary | 11011111 | 1001000 | 11000000 | 0 | 1000100 | 1110 | 1101 | 100111000 | 1000110 | 111010 |
Color Harmonies of #DF48C0
Complementary color
Monochromatic Colors of #DF48C0
Black with #DF48C0
Text Example
Text Example
White with #DF48C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48C0; }
p { color: rgb(223,72,192); }
H1.HeaderClassName
{
color: #DF48C0;
}
.AnyTagClassName
{
color: #DF48C0;
}
</style>
background-color css
<style>
a { background-color: #DF48C0; }
a { background-color: rgb(223,72,192); }
div.DivClassName
{
background-color: #DF48C0;
}
.BgClassName
{
background-color: #DF48C0;
}
</style>
border-color css
<style>
span { border-color: #DF48C0; }
span { border-color: rgb(223,72,192); }
td.TdClassName
{
border-color: #DF48C0;
}
.TagClassName
{
border-color: #DF48C0;
}
</style>