Html Css Color HEX #DF5BDA Free Speech Magenta
📋 copy color: '#DF5BDA'red 223 ◦ green 91 ◦ blue 218
Shades of Free Speech Magenta #DF5BDA
Tints of Free Speech Magenta #DF5BDA
RGB
CMYK
RGB Variations
Color information
#DF5BDA (or 0xDF5BDA) is known color: Free Speech Magenta. HEX triplet: DF, 5B and DA. RGB value is (223,91,218). Sum of RGB (Red+Green+Blue) = 223+91+218=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BDA is #20A425. Grayscale: #909090. Windows color (decimal): -2139174 or 14310367. OLE color: 14310367.
HSL color Cylindrical-coordinate representation of color #DF5BDA: hue angle of 302.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5BDA is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 218 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.13 |
| HSL | 302.27º | 0.67% | 0.62% | - |
| HSV(B) | 302.27º | 0.59% | 0.87% | - |
| XYZ | 46.83 | 28.23 | 69.31 | - |
| YUV | 144.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 218 | 0 | 0.59 | 0.02 | 0.13 | 302.27 | 0.67 | 0.62 |
| Hex | DF | 5B | DA | 0 | 3B | 2 | D | 12E | 43 | 3E |
| Octal | 337 | 133 | 332 | 0 | 73 | 2 | 15 | 456 | 103 | 76 |
| Binary | 11011111 | 1011011 | 11011010 | 0 | 111011 | 10 | 1101 | 100101110 | 1000011 | 111110 |
Color Harmonies of #DF5BDA
Complementary color
Monochromatic Colors of #DF5BDA
Black with #DF5BDA
Text Example
Text Example
White with #DF5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BDA; }
p { color: rgb(223,91,218); }
H1.HeaderClassName
{
color: #DF5BDA;
}
.AnyTagClassName
{
color: #DF5BDA;
}
</style>
background-color css
<style>
a { background-color: #DF5BDA; }
a { background-color: rgb(223,91,218); }
div.DivClassName
{
background-color: #DF5BDA;
}
.BgClassName
{
background-color: #DF5BDA;
}
</style>
border-color css
<style>
span { border-color: #DF5BDA; }
span { border-color: rgb(223,91,218); }
td.TdClassName
{
border-color: #DF5BDA;
}
.TagClassName
{
border-color: #DF5BDA;
}
</style>