Html Css Color HEX #DF48CE Free Speech Magenta
📋 copy color: '#DF48CE'red 223 ◦ green 72 ◦ blue 206
Shades of Free Speech Magenta #DF48CE
Tints of Free Speech Magenta #DF48CE
RGB
CMYK
RGB Variations
Color information
#DF48CE (or 0xDF48CE) is known color: Free Speech Magenta. HEX triplet: DF, 48 and CE. RGB value is (223,72,206). Sum of RGB (Red+Green+Blue) = 223+72+206=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48CE is #20B731. Grayscale: #848484. Windows color (decimal): -2144050 or 13519071. OLE color: 13519071.
HSL color Cylindrical-coordinate representation of color #DF48CE: hue angle of 306.75º 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 #DF48CE is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 206 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.13 |
| HSL | 306.76º | 0.7% | 0.58% | - |
| HSV(B) | 306.76º | 0.68% | 0.87% | - |
| XYZ | 43.89 | 24.78 | 60.86 | - |
| YUV | 132.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 206 | 0 | 0.68 | 0.08 | 0.13 | 306.76 | 0.7 | 0.58 |
| Hex | DF | 48 | CE | 0 | 44 | 8 | D | 133 | 46 | 3A |
| Octal | 337 | 110 | 316 | 0 | 104 | 10 | 15 | 463 | 106 | 72 |
| Binary | 11011111 | 1001000 | 11001110 | 0 | 1000100 | 1000 | 1101 | 100110011 | 1000110 | 111010 |
Color Harmonies of #DF48CE
Complementary color
Monochromatic Colors of #DF48CE
Black with #DF48CE
Text Example
Text Example
White with #DF48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48CE; }
p { color: rgb(223,72,206); }
H1.HeaderClassName
{
color: #DF48CE;
}
.AnyTagClassName
{
color: #DF48CE;
}
</style>
background-color css
<style>
a { background-color: #DF48CE; }
a { background-color: rgb(223,72,206); }
div.DivClassName
{
background-color: #DF48CE;
}
.BgClassName
{
background-color: #DF48CE;
}
</style>
border-color css
<style>
span { border-color: #DF48CE; }
span { border-color: rgb(223,72,206); }
td.TdClassName
{
border-color: #DF48CE;
}
.TagClassName
{
border-color: #DF48CE;
}
</style>