Html Css Color HEX #DF63C9 Free Speech Magenta
📋 copy color: '#DF63C9'red 223 ◦ green 99 ◦ blue 201
Shades of Free Speech Magenta #DF63C9
Tints of Free Speech Magenta #DF63C9
RGB
CMYK
RGB Variations
Color information
#DF63C9 (or 0xDF63C9) is known color: Free Speech Magenta. HEX triplet: DF, 63 and C9. RGB value is (223,99,201). Sum of RGB (Red+Green+Blue) = 223+99+201=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63C9 is #209C36. Grayscale: #939393. Windows color (decimal): -2137143 or 13198303. OLE color: 13198303.
HSL color Cylindrical-coordinate representation of color #DF63C9: hue angle of 310.65º 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 #DF63C9 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 201 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.13 |
| HSL | 310.65º | 0.66% | 0.63% | - |
| HSV(B) | 310.65º | 0.56% | 0.87% | - |
| XYZ | 45.44 | 28.83 | 58.43 | - |
| YUV | 147.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 201 | 0 | 0.56 | 0.10 | 0.13 | 310.65 | 0.66 | 0.63 |
| Hex | DF | 63 | C9 | 0 | 38 | A | D | 137 | 42 | 3F |
| Octal | 337 | 143 | 311 | 0 | 70 | 12 | 15 | 467 | 102 | 77 |
| Binary | 11011111 | 1100011 | 11001001 | 0 | 111000 | 1010 | 1101 | 100110111 | 1000010 | 111111 |
Color Harmonies of #DF63C9
Complementary color
Monochromatic Colors of #DF63C9
Black with #DF63C9
Text Example
Text Example
White with #DF63C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63C9; }
p { color: rgb(223,99,201); }
H1.HeaderClassName
{
color: #DF63C9;
}
.AnyTagClassName
{
color: #DF63C9;
}
</style>
background-color css
<style>
a { background-color: #DF63C9; }
a { background-color: rgb(223,99,201); }
div.DivClassName
{
background-color: #DF63C9;
}
.BgClassName
{
background-color: #DF63C9;
}
</style>
border-color css
<style>
span { border-color: #DF63C9; }
span { border-color: rgb(223,99,201); }
td.TdClassName
{
border-color: #DF63C9;
}
.TagClassName
{
border-color: #DF63C9;
}
</style>