Html Css Color HEX #DF54B5 Free Speech Magenta
📋 copy color: '#DF54B5'red 223 ◦ green 84 ◦ blue 181
Shades of Free Speech Magenta #DF54B5
Tints of Free Speech Magenta #DF54B5
RGB
CMYK
RGB Variations
Color information
#DF54B5 (or 0xDF54B5) is known color: Free Speech Magenta. HEX triplet: DF, 54 and B5. RGB value is (223,84,181). Sum of RGB (Red+Green+Blue) = 223+84+181=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF54B5 is #20AB4A. Grayscale: #888888. Windows color (decimal): -2141003 or 11883743. OLE color: 11883743.
HSL color Cylindrical-coordinate representation of color #DF54B5: hue angle of 318.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF54B5 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 181 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.13 |
| HSL | 318.13º | 0.68% | 0.6% | - |
| HSV(B) | 318.13º | 0.62% | 0.87% | - |
| XYZ | 41.94 | 25.36 | 46.4 | - |
| YUV | 136.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 181 | 0 | 0.62 | 0.19 | 0.13 | 318.13 | 0.68 | 0.6 |
| Hex | DF | 54 | B5 | 0 | 3E | 13 | D | 13E | 44 | 3C |
| Octal | 337 | 124 | 265 | 0 | 76 | 23 | 15 | 476 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10110101 | 0 | 111110 | 10011 | 1101 | 100111110 | 1000100 | 111100 |
Color Harmonies of #DF54B5
Complementary color
Monochromatic Colors of #DF54B5
Black with #DF54B5
Text Example
Text Example
White with #DF54B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54B5; }
p { color: rgb(223,84,181); }
H1.HeaderClassName
{
color: #DF54B5;
}
.AnyTagClassName
{
color: #DF54B5;
}
</style>
background-color css
<style>
a { background-color: #DF54B5; }
a { background-color: rgb(223,84,181); }
div.DivClassName
{
background-color: #DF54B5;
}
.BgClassName
{
background-color: #DF54B5;
}
</style>
border-color css
<style>
span { border-color: #DF54B5; }
span { border-color: rgb(223,84,181); }
td.TdClassName
{
border-color: #DF54B5;
}
.TagClassName
{
border-color: #DF54B5;
}
</style>