Html Css Color HEX #DF5AB8 Free Speech Magenta
📋 copy color: '#DF5AB8'red 223 ◦ green 90 ◦ blue 184
Shades of Free Speech Magenta #DF5AB8
Tints of Free Speech Magenta #DF5AB8
RGB
CMYK
RGB Variations
Color information
#DF5AB8 (or 0xDF5AB8) is known color: Free Speech Magenta. HEX triplet: DF, 5A and B8. RGB value is (223,90,184). Sum of RGB (Red+Green+Blue) = 223+90+184=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5AB8 is #20A547. Grayscale: #8C8C8C. Windows color (decimal): -2139464 or 12081887. OLE color: 12081887.
HSL color Cylindrical-coordinate representation of color #DF5AB8: hue angle of 317.59º 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 #DF5AB8 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 184 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.13 |
| HSL | 317.59º | 0.68% | 0.61% | - |
| HSV(B) | 317.59º | 0.6% | 0.87% | - |
| XYZ | 42.74 | 26.46 | 48.2 | - |
| YUV | 140.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 184 | 0 | 0.60 | 0.17 | 0.13 | 317.59 | 0.68 | 0.61 |
| Hex | DF | 5A | B8 | 0 | 3C | 11 | D | 13E | 44 | 3D |
| Octal | 337 | 132 | 270 | 0 | 74 | 21 | 15 | 476 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10111000 | 0 | 111100 | 10001 | 1101 | 100111110 | 1000100 | 111101 |
Color Harmonies of #DF5AB8
Complementary color
Monochromatic Colors of #DF5AB8
Black with #DF5AB8
Text Example
Text Example
White with #DF5AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AB8; }
p { color: rgb(223,90,184); }
H1.HeaderClassName
{
color: #DF5AB8;
}
.AnyTagClassName
{
color: #DF5AB8;
}
</style>
background-color css
<style>
a { background-color: #DF5AB8; }
a { background-color: rgb(223,90,184); }
div.DivClassName
{
background-color: #DF5AB8;
}
.BgClassName
{
background-color: #DF5AB8;
}
</style>
border-color css
<style>
span { border-color: #DF5AB8; }
span { border-color: rgb(223,90,184); }
td.TdClassName
{
border-color: #DF5AB8;
}
.TagClassName
{
border-color: #DF5AB8;
}
</style>