Html Css Color HEX #DF48C3 Free Speech Magenta
📋 copy color: '#DF48C3'red 223 ◦ green 72 ◦ blue 195
Shades of Free Speech Magenta #DF48C3
Tints of Free Speech Magenta #DF48C3
RGB
CMYK
RGB Variations
Color information
#DF48C3 (or 0xDF48C3) is known color: Free Speech Magenta. HEX triplet: DF, 48 and C3. RGB value is (223,72,195). Sum of RGB (Red+Green+Blue) = 223+72+195=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48C3 is #20B73C. Grayscale: #828282. Windows color (decimal): -2144061 or 12798175. OLE color: 12798175.
HSL color Cylindrical-coordinate representation of color #DF48C3: hue angle of 311.13º 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 #DF48C3 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 195 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.13 |
| HSL | 311.13º | 0.7% | 0.58% | - |
| HSV(B) | 311.13º | 0.68% | 0.87% | - |
| XYZ | 42.6 | 24.26 | 54.07 | - |
| YUV | 131.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 195 | 0 | 0.68 | 0.13 | 0.13 | 311.13 | 0.7 | 0.58 |
| Hex | DF | 48 | C3 | 0 | 44 | D | D | 137 | 46 | 3A |
| Octal | 337 | 110 | 303 | 0 | 104 | 15 | 15 | 467 | 106 | 72 |
| Binary | 11011111 | 1001000 | 11000011 | 0 | 1000100 | 1101 | 1101 | 100110111 | 1000110 | 111010 |
Color Harmonies of #DF48C3
Complementary color
Monochromatic Colors of #DF48C3
Black with #DF48C3
Text Example
Text Example
White with #DF48C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48C3; }
p { color: rgb(223,72,195); }
H1.HeaderClassName
{
color: #DF48C3;
}
.AnyTagClassName
{
color: #DF48C3;
}
</style>
background-color css
<style>
a { background-color: #DF48C3; }
a { background-color: rgb(223,72,195); }
div.DivClassName
{
background-color: #DF48C3;
}
.BgClassName
{
background-color: #DF48C3;
}
</style>
border-color css
<style>
span { border-color: #DF48C3; }
span { border-color: rgb(223,72,195); }
td.TdClassName
{
border-color: #DF48C3;
}
.TagClassName
{
border-color: #DF48C3;
}
</style>