Html Css Color HEX #DF63C1 Free Speech Magenta
📋 copy color: '#DF63C1'red 223 ◦ green 99 ◦ blue 193
Shades of Free Speech Magenta #DF63C1
Tints of Free Speech Magenta #DF63C1
RGB
CMYK
RGB Variations
Color information
#DF63C1 (or 0xDF63C1) is known color: Free Speech Magenta. HEX triplet: DF, 63 and C1. RGB value is (223,99,193). Sum of RGB (Red+Green+Blue) = 223+99+193=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63C1 is #209C3E. Grayscale: #929292. Windows color (decimal): -2137151 or 12674015. OLE color: 12674015.
HSL color Cylindrical-coordinate representation of color #DF63C1: hue angle of 314.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF63C1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 193 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.13 |
| HSL | 314.52º | 0.66% | 0.63% | - |
| HSV(B) | 314.52º | 0.56% | 0.87% | - |
| XYZ | 44.52 | 28.46 | 53.6 | - |
| YUV | 146.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 193 | 0 | 0.56 | 0.13 | 0.13 | 314.52 | 0.66 | 0.63 |
| Hex | DF | 63 | C1 | 0 | 38 | D | D | 13B | 42 | 3F |
| Octal | 337 | 143 | 301 | 0 | 70 | 15 | 15 | 473 | 102 | 77 |
| Binary | 11011111 | 1100011 | 11000001 | 0 | 111000 | 1101 | 1101 | 100111011 | 1000010 | 111111 |
Color Harmonies of #DF63C1
Complementary color
Monochromatic Colors of #DF63C1
Black with #DF63C1
Text Example
Text Example
White with #DF63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63C1; }
p { color: rgb(223,99,193); }
H1.HeaderClassName
{
color: #DF63C1;
}
.AnyTagClassName
{
color: #DF63C1;
}
</style>
background-color css
<style>
a { background-color: #DF63C1; }
a { background-color: rgb(223,99,193); }
div.DivClassName
{
background-color: #DF63C1;
}
.BgClassName
{
background-color: #DF63C1;
}
</style>
border-color css
<style>
span { border-color: #DF63C1; }
span { border-color: rgb(223,99,193); }
td.TdClassName
{
border-color: #DF63C1;
}
.TagClassName
{
border-color: #DF63C1;
}
</style>