Html Css Color HEX #DF55BD Free Speech Magenta
📋 copy color: '#DF55BD'red 223 ◦ green 85 ◦ blue 189
Shades of Free Speech Magenta #DF55BD
Tints of Free Speech Magenta #DF55BD
RGB
CMYK
RGB Variations
Color information
#DF55BD (or 0xDF55BD) is known color: Free Speech Magenta. HEX triplet: DF, 55 and BD. RGB value is (223,85,189). Sum of RGB (Red+Green+Blue) = 223+85+189=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55BD is #20AA42. Grayscale: #898989. Windows color (decimal): -2140739 or 12408287. OLE color: 12408287.
HSL color Cylindrical-coordinate representation of color #DF55BD: hue angle of 314.78º 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 #DF55BD is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 189 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.13 |
| HSL | 314.78º | 0.68% | 0.6% | - |
| HSV(B) | 314.78º | 0.62% | 0.87% | - |
| XYZ | 42.87 | 25.86 | 50.88 | - |
| YUV | 138.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 189 | 0 | 0.62 | 0.15 | 0.13 | 314.78 | 0.68 | 0.6 |
| Hex | DF | 55 | BD | 0 | 3E | F | D | 13B | 44 | 3C |
| Octal | 337 | 125 | 275 | 0 | 76 | 17 | 15 | 473 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10111101 | 0 | 111110 | 1111 | 1101 | 100111011 | 1000100 | 111100 |
Color Harmonies of #DF55BD
Complementary color
Monochromatic Colors of #DF55BD
Black with #DF55BD
Text Example
Text Example
White with #DF55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55BD; }
p { color: rgb(223,85,189); }
H1.HeaderClassName
{
color: #DF55BD;
}
.AnyTagClassName
{
color: #DF55BD;
}
</style>
background-color css
<style>
a { background-color: #DF55BD; }
a { background-color: rgb(223,85,189); }
div.DivClassName
{
background-color: #DF55BD;
}
.BgClassName
{
background-color: #DF55BD;
}
</style>
border-color css
<style>
span { border-color: #DF55BD; }
span { border-color: rgb(223,85,189); }
td.TdClassName
{
border-color: #DF55BD;
}
.TagClassName
{
border-color: #DF55BD;
}
</style>