Html Css Color HEX #DF5BD6 Free Speech Magenta
📋 copy color: '#DF5BD6'red 223 ◦ green 91 ◦ blue 214
Shades of Free Speech Magenta #DF5BD6
Tints of Free Speech Magenta #DF5BD6
RGB
CMYK
RGB Variations
Color information
#DF5BD6 (or 0xDF5BD6) is known color: Free Speech Magenta. HEX triplet: DF, 5B and D6. RGB value is (223,91,214). Sum of RGB (Red+Green+Blue) = 223+91+214=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BD6 is #20A429. Grayscale: #909090. Windows color (decimal): -2139178 or 14048223. OLE color: 14048223.
HSL color Cylindrical-coordinate representation of color #DF5BD6: hue angle of 304.09º 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 #DF5BD6 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 214 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.13 |
| HSL | 304.09º | 0.67% | 0.62% | - |
| HSV(B) | 304.09º | 0.59% | 0.87% | - |
| XYZ | 46.31 | 28.03 | 66.59 | - |
| YUV | 144.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 214 | 0 | 0.59 | 0.04 | 0.13 | 304.09 | 0.67 | 0.62 |
| Hex | DF | 5B | D6 | 0 | 3B | 4 | D | 130 | 43 | 3E |
| Octal | 337 | 133 | 326 | 0 | 73 | 4 | 15 | 460 | 103 | 76 |
| Binary | 11011111 | 1011011 | 11010110 | 0 | 111011 | 100 | 1101 | 100110000 | 1000011 | 111110 |
Color Harmonies of #DF5BD6
Complementary color
Monochromatic Colors of #DF5BD6
Black with #DF5BD6
Text Example
Text Example
White with #DF5BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BD6; }
p { color: rgb(223,91,214); }
H1.HeaderClassName
{
color: #DF5BD6;
}
.AnyTagClassName
{
color: #DF5BD6;
}
</style>
background-color css
<style>
a { background-color: #DF5BD6; }
a { background-color: rgb(223,91,214); }
div.DivClassName
{
background-color: #DF5BD6;
}
.BgClassName
{
background-color: #DF5BD6;
}
</style>
border-color css
<style>
span { border-color: #DF5BD6; }
span { border-color: rgb(223,91,214); }
td.TdClassName
{
border-color: #DF5BD6;
}
.TagClassName
{
border-color: #DF5BD6;
}
</style>