Html Css Color HEX #DF5ACB Free Speech Magenta
📋 copy color: '#DF5ACB'red 223 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #DF5ACB
Tints of Free Speech Magenta #DF5ACB
RGB
CMYK
RGB Variations
Color information
#DF5ACB (or 0xDF5ACB) is known color: Free Speech Magenta. HEX triplet: DF, 5A and CB. RGB value is (223,90,203). Sum of RGB (Red+Green+Blue) = 223+90+203=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ACB is #20A534. Grayscale: #8E8E8E. Windows color (decimal): -2139445 or 13327071. OLE color: 13327071.
HSL color Cylindrical-coordinate representation of color #DF5ACB: hue angle of 309.02º 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 #DF5ACB is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 203 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.13 |
| HSL | 309.02º | 0.68% | 0.61% | - |
| HSV(B) | 309.02º | 0.6% | 0.87% | - |
| XYZ | 44.87 | 27.31 | 59.41 | - |
| YUV | 142.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 203 | 0 | 0.60 | 0.09 | 0.13 | 309.02 | 0.68 | 0.61 |
| Hex | DF | 5A | CB | 0 | 3C | 9 | D | 135 | 44 | 3D |
| Octal | 337 | 132 | 313 | 0 | 74 | 11 | 15 | 465 | 104 | 75 |
| Binary | 11011111 | 1011010 | 11001011 | 0 | 111100 | 1001 | 1101 | 100110101 | 1000100 | 111101 |
Color Harmonies of #DF5ACB
Complementary color
Monochromatic Colors of #DF5ACB
Black with #DF5ACB
Text Example
Text Example
White with #DF5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5ACB; }
p { color: rgb(223,90,203); }
H1.HeaderClassName
{
color: #DF5ACB;
}
.AnyTagClassName
{
color: #DF5ACB;
}
</style>
background-color css
<style>
a { background-color: #DF5ACB; }
a { background-color: rgb(223,90,203); }
div.DivClassName
{
background-color: #DF5ACB;
}
.BgClassName
{
background-color: #DF5ACB;
}
</style>
border-color css
<style>
span { border-color: #DF5ACB; }
span { border-color: rgb(223,90,203); }
td.TdClassName
{
border-color: #DF5ACB;
}
.TagClassName
{
border-color: #DF5ACB;
}
</style>