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