Html Css Color HEX #DF5AB7 Free Speech Magenta
📋 copy color: '#DF5AB7'red 223 ◦ green 90 ◦ blue 183
Shades of Free Speech Magenta #DF5AB7
Tints of Free Speech Magenta #DF5AB7
RGB
CMYK
RGB Variations
Color information
#DF5AB7 (or 0xDF5AB7) is known color: Free Speech Magenta. HEX triplet: DF, 5A and B7. RGB value is (223,90,183). Sum of RGB (Red+Green+Blue) = 223+90+183=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AB7 is #20A548. Grayscale: #8C8C8C. Windows color (decimal): -2139465 or 12016351. OLE color: 12016351.
HSL color Cylindrical-coordinate representation of color #DF5AB7: hue angle of 318.05º 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 #DF5AB7 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 183 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.13 |
| HSL | 318.05º | 0.68% | 0.61% | - |
| HSV(B) | 318.05º | 0.6% | 0.87% | - |
| XYZ | 42.63 | 26.42 | 47.65 | - |
| YUV | 140.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 183 | 0 | 0.60 | 0.18 | 0.13 | 318.05 | 0.68 | 0.61 |
| Hex | DF | 5A | B7 | 0 | 3C | 12 | D | 13E | 44 | 3D |
| Octal | 337 | 132 | 267 | 0 | 74 | 22 | 15 | 476 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10110111 | 0 | 111100 | 10010 | 1101 | 100111110 | 1000100 | 111101 |
Color Harmonies of #DF5AB7
Complementary color
Monochromatic Colors of #DF5AB7
Black with #DF5AB7
Text Example
Text Example
White with #DF5AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AB7; }
p { color: rgb(223,90,183); }
H1.HeaderClassName
{
color: #DF5AB7;
}
.AnyTagClassName
{
color: #DF5AB7;
}
</style>
background-color css
<style>
a { background-color: #DF5AB7; }
a { background-color: rgb(223,90,183); }
div.DivClassName
{
background-color: #DF5AB7;
}
.BgClassName
{
background-color: #DF5AB7;
}
</style>
border-color css
<style>
span { border-color: #DF5AB7; }
span { border-color: rgb(223,90,183); }
td.TdClassName
{
border-color: #DF5AB7;
}
.TagClassName
{
border-color: #DF5AB7;
}
</style>