Html Css Color HEX #DF63C3 Free Speech Magenta
📋 copy color: '#DF63C3'red 223 ◦ green 99 ◦ blue 195
Shades of Free Speech Magenta #DF63C3
Tints of Free Speech Magenta #DF63C3
RGB
CMYK
RGB Variations
Color information
#DF63C3 (or 0xDF63C3) is known color: Free Speech Magenta. HEX triplet: DF, 63 and C3. RGB value is (223,99,195). Sum of RGB (Red+Green+Blue) = 223+99+195=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63C3 is #209C3C. Grayscale: #929292. Windows color (decimal): -2137149 or 12805087. OLE color: 12805087.
HSL color Cylindrical-coordinate representation of color #DF63C3: hue angle of 313.55º 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 #DF63C3 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 195 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.13 |
| HSL | 313.55º | 0.66% | 0.63% | - |
| HSV(B) | 313.55º | 0.56% | 0.87% | - |
| XYZ | 44.74 | 28.55 | 54.78 | - |
| YUV | 147.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 195 | 0 | 0.56 | 0.13 | 0.13 | 313.55 | 0.66 | 0.63 |
| Hex | DF | 63 | C3 | 0 | 38 | D | D | 13A | 42 | 3F |
| Octal | 337 | 143 | 303 | 0 | 70 | 15 | 15 | 472 | 102 | 77 |
| Binary | 11011111 | 1100011 | 11000011 | 0 | 111000 | 1101 | 1101 | 100111010 | 1000010 | 111111 |
Color Harmonies of #DF63C3
Complementary color
Monochromatic Colors of #DF63C3
Black with #DF63C3
Text Example
Text Example
White with #DF63C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63C3; }
p { color: rgb(223,99,195); }
H1.HeaderClassName
{
color: #DF63C3;
}
.AnyTagClassName
{
color: #DF63C3;
}
</style>
background-color css
<style>
a { background-color: #DF63C3; }
a { background-color: rgb(223,99,195); }
div.DivClassName
{
background-color: #DF63C3;
}
.BgClassName
{
background-color: #DF63C3;
}
</style>
border-color css
<style>
span { border-color: #DF63C3; }
span { border-color: rgb(223,99,195); }
td.TdClassName
{
border-color: #DF63C3;
}
.TagClassName
{
border-color: #DF63C3;
}
</style>