Html Css Color HEX #DF5ADD Free Speech Magenta
📋 copy color: '#DF5ADD'red 223 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #DF5ADD
Tints of Free Speech Magenta #DF5ADD
RGB
CMYK
RGB Variations
Color information
#DF5ADD (or 0xDF5ADD) is known color: Free Speech Magenta. HEX triplet: DF, 5A and DD. RGB value is (223,90,221). Sum of RGB (Red+Green+Blue) = 223+90+221=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5ADD is #20A522. Grayscale: #909090. Windows color (decimal): -2139427 or 14506719. OLE color: 14506719.
HSL color Cylindrical-coordinate representation of color #DF5ADD: hue angle of 300.9º 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 #DF5ADD is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 221 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.13 |
| HSL | 300.9º | 0.68% | 0.61% | - |
| HSV(B) | 300.9º | 0.6% | 0.87% | - |
| XYZ | 47.14 | 28.22 | 71.37 | - |
| YUV | 144.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 221 | 0 | 0.60 | 0.01 | 0.13 | 300.9 | 0.68 | 0.61 |
| Hex | DF | 5A | DD | 0 | 3C | 1 | D | 12D | 44 | 3D |
| Octal | 337 | 132 | 335 | 0 | 74 | 1 | 15 | 455 | 104 | 75 |
| Binary | 11011111 | 1011010 | 11011101 | 0 | 111100 | 1 | 1101 | 100101101 | 1000100 | 111101 |
Color Harmonies of #DF5ADD
Complementary color
Monochromatic Colors of #DF5ADD
Black with #DF5ADD
Text Example
Text Example
White with #DF5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5ADD; }
p { color: rgb(223,90,221); }
H1.HeaderClassName
{
color: #DF5ADD;
}
.AnyTagClassName
{
color: #DF5ADD;
}
</style>
background-color css
<style>
a { background-color: #DF5ADD; }
a { background-color: rgb(223,90,221); }
div.DivClassName
{
background-color: #DF5ADD;
}
.BgClassName
{
background-color: #DF5ADD;
}
</style>
border-color css
<style>
span { border-color: #DF5ADD; }
span { border-color: rgb(223,90,221); }
td.TdClassName
{
border-color: #DF5ADD;
}
.TagClassName
{
border-color: #DF5ADD;
}
</style>