Html Css Color HEX #DF51C7 Free Speech Magenta
📋 copy color: '#DF51C7'red 223 ◦ green 81 ◦ blue 199
Shades of Free Speech Magenta #DF51C7
Tints of Free Speech Magenta #DF51C7
RGB
CMYK
RGB Variations
Color information
#DF51C7 (or 0xDF51C7) is known color: Free Speech Magenta. HEX triplet: DF, 51 and C7. RGB value is (223,81,199). Sum of RGB (Red+Green+Blue) = 223+81+199=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51C7 is #20AE38. Grayscale: #888888. Windows color (decimal): -2141753 or 13062623. OLE color: 13062623.
HSL color Cylindrical-coordinate representation of color #DF51C7: hue angle of 310.14º 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 #DF51C7 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 199 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.13 |
| HSL | 310.14º | 0.69% | 0.6% | - |
| HSV(B) | 310.14º | 0.64% | 0.87% | - |
| XYZ | 43.68 | 25.7 | 56.69 | - |
| YUV | 136.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 199 | 0 | 0.64 | 0.11 | 0.13 | 310.14 | 0.69 | 0.6 |
| Hex | DF | 51 | C7 | 0 | 40 | B | D | 136 | 45 | 3C |
| Octal | 337 | 121 | 307 | 0 | 100 | 13 | 15 | 466 | 105 | 74 |
| Binary | 11011111 | 1010001 | 11000111 | 0 | 1000000 | 1011 | 1101 | 100110110 | 1000101 | 111100 |
Color Harmonies of #DF51C7
Complementary color
Monochromatic Colors of #DF51C7
Black with #DF51C7
Text Example
Text Example
White with #DF51C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51C7; }
p { color: rgb(223,81,199); }
H1.HeaderClassName
{
color: #DF51C7;
}
.AnyTagClassName
{
color: #DF51C7;
}
</style>
background-color css
<style>
a { background-color: #DF51C7; }
a { background-color: rgb(223,81,199); }
div.DivClassName
{
background-color: #DF51C7;
}
.BgClassName
{
background-color: #DF51C7;
}
</style>
border-color css
<style>
span { border-color: #DF51C7; }
span { border-color: rgb(223,81,199); }
td.TdClassName
{
border-color: #DF51C7;
}
.TagClassName
{
border-color: #DF51C7;
}
</style>