Html Css Color HEX #DF50D8 Free Speech Magenta
📋 copy color: '#DF50D8'red 223 ◦ green 80 ◦ blue 216
Shades of Free Speech Magenta #DF50D8
Tints of Free Speech Magenta #DF50D8
RGB
CMYK
RGB Variations
Color information
#DF50D8 (or 0xDF50D8) is known color: Free Speech Magenta. HEX triplet: DF, 50 and D8. RGB value is (223,80,216). Sum of RGB (Red+Green+Blue) = 223+80+216=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50D8 is #20AF27. Grayscale: #898989. Windows color (decimal): -2141992 or 14176479. OLE color: 14176479.
HSL color Cylindrical-coordinate representation of color #DF50D8: hue angle of 302.94º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50D8 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 216 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.13 |
| HSL | 302.94º | 0.69% | 0.59% | - |
| HSV(B) | 302.94º | 0.64% | 0.87% | - |
| XYZ | 45.69 | 26.38 | 67.65 | - |
| YUV | 138.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 216 | 0 | 0.64 | 0.03 | 0.13 | 302.94 | 0.69 | 0.59 |
| Hex | DF | 50 | D8 | 0 | 40 | 3 | D | 12F | 45 | 3B |
| Octal | 337 | 120 | 330 | 0 | 100 | 3 | 15 | 457 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11011000 | 0 | 1000000 | 11 | 1101 | 100101111 | 1000101 | 111011 |
Color Harmonies of #DF50D8
Complementary color
Monochromatic Colors of #DF50D8
Black with #DF50D8
Text Example
Text Example
White with #DF50D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50D8; }
p { color: rgb(223,80,216); }
H1.HeaderClassName
{
color: #DF50D8;
}
.AnyTagClassName
{
color: #DF50D8;
}
</style>
background-color css
<style>
a { background-color: #DF50D8; }
a { background-color: rgb(223,80,216); }
div.DivClassName
{
background-color: #DF50D8;
}
.BgClassName
{
background-color: #DF50D8;
}
</style>
border-color css
<style>
span { border-color: #DF50D8; }
span { border-color: rgb(223,80,216); }
td.TdClassName
{
border-color: #DF50D8;
}
.TagClassName
{
border-color: #DF50D8;
}
</style>