Html Css Color HEX #DF51C9 Free Speech Magenta
📋 copy color: '#DF51C9'red 223 ◦ green 81 ◦ blue 201
Shades of Free Speech Magenta #DF51C9
Tints of Free Speech Magenta #DF51C9
RGB
CMYK
RGB Variations
Color information
#DF51C9 (or 0xDF51C9) is known color: Free Speech Magenta. HEX triplet: DF, 51 and C9. RGB value is (223,81,201). Sum of RGB (Red+Green+Blue) = 223+81+201=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51C9 is #20AE36. Grayscale: #888888. Windows color (decimal): -2141751 or 13193695. OLE color: 13193695.
HSL color Cylindrical-coordinate representation of color #DF51C9: hue angle of 309.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF51C9 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 201 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.13 |
| HSL | 309.3º | 0.69% | 0.6% | - |
| HSV(B) | 309.3º | 0.64% | 0.87% | - |
| XYZ | 43.92 | 25.79 | 57.92 | - |
| YUV | 137.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 201 | 0 | 0.64 | 0.10 | 0.13 | 309.3 | 0.69 | 0.6 |
| Hex | DF | 51 | C9 | 0 | 40 | A | D | 135 | 45 | 3C |
| Octal | 337 | 121 | 311 | 0 | 100 | 12 | 15 | 465 | 105 | 74 |
| Binary | 11011111 | 1010001 | 11001001 | 0 | 1000000 | 1010 | 1101 | 100110101 | 1000101 | 111100 |
Color Harmonies of #DF51C9
Complementary color
Monochromatic Colors of #DF51C9
Black with #DF51C9
Text Example
Text Example
White with #DF51C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51C9; }
p { color: rgb(223,81,201); }
H1.HeaderClassName
{
color: #DF51C9;
}
.AnyTagClassName
{
color: #DF51C9;
}
</style>
background-color css
<style>
a { background-color: #DF51C9; }
a { background-color: rgb(223,81,201); }
div.DivClassName
{
background-color: #DF51C9;
}
.BgClassName
{
background-color: #DF51C9;
}
</style>
border-color css
<style>
span { border-color: #DF51C9; }
span { border-color: rgb(223,81,201); }
td.TdClassName
{
border-color: #DF51C9;
}
.TagClassName
{
border-color: #DF51C9;
}
</style>