Html Css Color HEX #DF48CA Free Speech Magenta
📋 copy color: '#DF48CA'red 223 ◦ green 72 ◦ blue 202
Shades of Free Speech Magenta #DF48CA
Tints of Free Speech Magenta #DF48CA
RGB
CMYK
RGB Variations
Color information
#DF48CA (or 0xDF48CA) is known color: Free Speech Magenta. HEX triplet: DF, 48 and CA. RGB value is (223,72,202). Sum of RGB (Red+Green+Blue) = 223+72+202=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48CA is #20B735. Grayscale: #838383. Windows color (decimal): -2144054 or 13256927. OLE color: 13256927.
HSL color Cylindrical-coordinate representation of color #DF48CA: hue angle of 308.34º 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 #DF48CA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 202 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.13 |
| HSL | 308.34º | 0.7% | 0.58% | - |
| HSV(B) | 308.34º | 0.68% | 0.87% | - |
| XYZ | 43.41 | 24.59 | 58.33 | - |
| YUV | 131.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 202 | 0 | 0.68 | 0.09 | 0.13 | 308.34 | 0.7 | 0.58 |
| Hex | DF | 48 | CA | 0 | 44 | 9 | D | 134 | 46 | 3A |
| Octal | 337 | 110 | 312 | 0 | 104 | 11 | 15 | 464 | 106 | 72 |
| Binary | 11011111 | 1001000 | 11001010 | 0 | 1000100 | 1001 | 1101 | 100110100 | 1000110 | 111010 |
Color Harmonies of #DF48CA
Complementary color
Monochromatic Colors of #DF48CA
Black with #DF48CA
Text Example
Text Example
White with #DF48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48CA; }
p { color: rgb(223,72,202); }
H1.HeaderClassName
{
color: #DF48CA;
}
.AnyTagClassName
{
color: #DF48CA;
}
</style>
background-color css
<style>
a { background-color: #DF48CA; }
a { background-color: rgb(223,72,202); }
div.DivClassName
{
background-color: #DF48CA;
}
.BgClassName
{
background-color: #DF48CA;
}
</style>
border-color css
<style>
span { border-color: #DF48CA; }
span { border-color: rgb(223,72,202); }
td.TdClassName
{
border-color: #DF48CA;
}
.TagClassName
{
border-color: #DF48CA;
}
</style>