Html Css Color HEX #DF55BB Free Speech Magenta
📋 copy color: '#DF55BB'red 223 ◦ green 85 ◦ blue 187
Shades of Free Speech Magenta #DF55BB
Tints of Free Speech Magenta #DF55BB
RGB
CMYK
RGB Variations
Color information
#DF55BB (or 0xDF55BB) is known color: Free Speech Magenta. HEX triplet: DF, 55 and BB. RGB value is (223,85,187). Sum of RGB (Red+Green+Blue) = 223+85+187=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55BB is #20AA44. Grayscale: #898989. Windows color (decimal): -2140741 or 12277215. OLE color: 12277215.
HSL color Cylindrical-coordinate representation of color #DF55BB: hue angle of 315.65º 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 #DF55BB is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 187 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.13 |
| HSL | 315.65º | 0.68% | 0.6% | - |
| HSV(B) | 315.65º | 0.62% | 0.87% | - |
| XYZ | 42.65 | 25.77 | 49.74 | - |
| YUV | 137.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 187 | 0 | 0.62 | 0.16 | 0.13 | 315.65 | 0.68 | 0.6 |
| Hex | DF | 55 | BB | 0 | 3E | 10 | D | 13C | 44 | 3C |
| Octal | 337 | 125 | 273 | 0 | 76 | 20 | 15 | 474 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10111011 | 0 | 111110 | 10000 | 1101 | 100111100 | 1000100 | 111100 |
Color Harmonies of #DF55BB
Complementary color
Monochromatic Colors of #DF55BB
Black with #DF55BB
Text Example
Text Example
White with #DF55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55BB; }
p { color: rgb(223,85,187); }
H1.HeaderClassName
{
color: #DF55BB;
}
.AnyTagClassName
{
color: #DF55BB;
}
</style>
background-color css
<style>
a { background-color: #DF55BB; }
a { background-color: rgb(223,85,187); }
div.DivClassName
{
background-color: #DF55BB;
}
.BgClassName
{
background-color: #DF55BB;
}
</style>
border-color css
<style>
span { border-color: #DF55BB; }
span { border-color: rgb(223,85,187); }
td.TdClassName
{
border-color: #DF55BB;
}
.TagClassName
{
border-color: #DF55BB;
}
</style>