Html Css Color HEX #DF5ABB Free Speech Magenta
📋 copy color: '#DF5ABB'red 223 ◦ green 90 ◦ blue 187
Shades of Free Speech Magenta #DF5ABB
Tints of Free Speech Magenta #DF5ABB
RGB
CMYK
RGB Variations
Color information
#DF5ABB (or 0xDF5ABB) is known color: Free Speech Magenta. HEX triplet: DF, 5A and BB. RGB value is (223,90,187). Sum of RGB (Red+Green+Blue) = 223+90+187=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ABB is #20A544. Grayscale: #8C8C8C. Windows color (decimal): -2139461 or 12278495. OLE color: 12278495.
HSL color Cylindrical-coordinate representation of color #DF5ABB: hue angle of 316.24º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5ABB is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 187 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.13 |
| HSL | 316.24º | 0.68% | 0.61% | - |
| HSV(B) | 316.24º | 0.6% | 0.87% | - |
| XYZ | 43.06 | 26.59 | 49.88 | - |
| YUV | 140.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 187 | 0 | 0.60 | 0.16 | 0.13 | 316.24 | 0.68 | 0.61 |
| Hex | DF | 5A | BB | 0 | 3C | 10 | D | 13C | 44 | 3D |
| Octal | 337 | 132 | 273 | 0 | 74 | 20 | 15 | 474 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10111011 | 0 | 111100 | 10000 | 1101 | 100111100 | 1000100 | 111101 |
Color Harmonies of #DF5ABB
Complementary color
Monochromatic Colors of #DF5ABB
Black with #DF5ABB
Text Example
Text Example
White with #DF5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5ABB; }
p { color: rgb(223,90,187); }
H1.HeaderClassName
{
color: #DF5ABB;
}
.AnyTagClassName
{
color: #DF5ABB;
}
</style>
background-color css
<style>
a { background-color: #DF5ABB; }
a { background-color: rgb(223,90,187); }
div.DivClassName
{
background-color: #DF5ABB;
}
.BgClassName
{
background-color: #DF5ABB;
}
</style>
border-color css
<style>
span { border-color: #DF5ABB; }
span { border-color: rgb(223,90,187); }
td.TdClassName
{
border-color: #DF5ABB;
}
.TagClassName
{
border-color: #DF5ABB;
}
</style>