Html Css Color HEX #DF51D5 Free Speech Magenta
📋 copy color: '#DF51D5'red 223 ◦ green 81 ◦ blue 213
Shades of Free Speech Magenta #DF51D5
Tints of Free Speech Magenta #DF51D5
RGB
CMYK
RGB Variations
Color information
#DF51D5 (or 0xDF51D5) is known color: Free Speech Magenta. HEX triplet: DF, 51 and D5. RGB value is (223,81,213). Sum of RGB (Red+Green+Blue) = 223+81+213=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51D5 is #20AE2A. Grayscale: #8A8A8A. Windows color (decimal): -2141739 or 13980127. OLE color: 13980127.
HSL color Cylindrical-coordinate representation of color #DF51D5: hue angle of 304.23º 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 #DF51D5 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 213 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.13 |
| HSL | 304.23º | 0.69% | 0.6% | - |
| HSV(B) | 304.23º | 0.64% | 0.87% | - |
| XYZ | 45.38 | 26.38 | 65.65 | - |
| YUV | 138.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 213 | 0 | 0.64 | 0.04 | 0.13 | 304.23 | 0.69 | 0.6 |
| Hex | DF | 51 | D5 | 0 | 40 | 4 | D | 130 | 45 | 3C |
| Octal | 337 | 121 | 325 | 0 | 100 | 4 | 15 | 460 | 105 | 74 |
| Binary | 11011111 | 1010001 | 11010101 | 0 | 1000000 | 100 | 1101 | 100110000 | 1000101 | 111100 |
Color Harmonies of #DF51D5
Complementary color
Monochromatic Colors of #DF51D5
Black with #DF51D5
Text Example
Text Example
White with #DF51D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51D5; }
p { color: rgb(223,81,213); }
H1.HeaderClassName
{
color: #DF51D5;
}
.AnyTagClassName
{
color: #DF51D5;
}
</style>
background-color css
<style>
a { background-color: #DF51D5; }
a { background-color: rgb(223,81,213); }
div.DivClassName
{
background-color: #DF51D5;
}
.BgClassName
{
background-color: #DF51D5;
}
</style>
border-color css
<style>
span { border-color: #DF51D5; }
span { border-color: rgb(223,81,213); }
td.TdClassName
{
border-color: #DF51D5;
}
.TagClassName
{
border-color: #DF51D5;
}
</style>