Html Css Color HEX #DF50C4 Free Speech Magenta
📋 copy color: '#DF50C4'red 223 ◦ green 80 ◦ blue 196
Shades of Free Speech Magenta #DF50C4
Tints of Free Speech Magenta #DF50C4
RGB
CMYK
RGB Variations
Color information
#DF50C4 (or 0xDF50C4) is known color: Free Speech Magenta. HEX triplet: DF, 50 and C4. RGB value is (223,80,196). Sum of RGB (Red+Green+Blue) = 223+80+196=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50C4 is #20AF3B. Grayscale: #878787. Windows color (decimal): -2142012 or 12865759. OLE color: 12865759.
HSL color Cylindrical-coordinate representation of color #DF50C4: hue angle of 311.33º 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 #DF50C4 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 196 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.13 |
| HSL | 311.33º | 0.69% | 0.59% | - |
| HSV(B) | 311.33º | 0.64% | 0.87% | - |
| XYZ | 43.26 | 25.41 | 54.85 | - |
| YUV | 135.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 196 | 0 | 0.64 | 0.12 | 0.13 | 311.33 | 0.69 | 0.59 |
| Hex | DF | 50 | C4 | 0 | 40 | C | D | 137 | 45 | 3B |
| Octal | 337 | 120 | 304 | 0 | 100 | 14 | 15 | 467 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11000100 | 0 | 1000000 | 1100 | 1101 | 100110111 | 1000101 | 111011 |
Color Harmonies of #DF50C4
Complementary color
Monochromatic Colors of #DF50C4
Black with #DF50C4
Text Example
Text Example
White with #DF50C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50C4; }
p { color: rgb(223,80,196); }
H1.HeaderClassName
{
color: #DF50C4;
}
.AnyTagClassName
{
color: #DF50C4;
}
</style>
background-color css
<style>
a { background-color: #DF50C4; }
a { background-color: rgb(223,80,196); }
div.DivClassName
{
background-color: #DF50C4;
}
.BgClassName
{
background-color: #DF50C4;
}
</style>
border-color css
<style>
span { border-color: #DF50C4; }
span { border-color: rgb(223,80,196); }
td.TdClassName
{
border-color: #DF50C4;
}
.TagClassName
{
border-color: #DF50C4;
}
</style>