Html Css Color HEX #DF5BD0 Free Speech Magenta
📋 copy color: '#DF5BD0'red 223 ◦ green 91 ◦ blue 208
Shades of Free Speech Magenta #DF5BD0
Tints of Free Speech Magenta #DF5BD0
RGB
CMYK
RGB Variations
Color information
#DF5BD0 (or 0xDF5BD0) is known color: Free Speech Magenta. HEX triplet: DF, 5B and D0. RGB value is (223,91,208). Sum of RGB (Red+Green+Blue) = 223+91+208=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BD0 is #20A42F. Grayscale: #8F8F8F. Windows color (decimal): -2139184 or 13655007. OLE color: 13655007.
HSL color Cylindrical-coordinate representation of color #DF5BD0: hue angle of 306.82º 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 #DF5BD0 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 208 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.13 |
| HSL | 306.82º | 0.67% | 0.62% | - |
| HSV(B) | 306.82º | 0.59% | 0.87% | - |
| XYZ | 45.56 | 27.72 | 62.62 | - |
| YUV | 143.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 208 | 0 | 0.59 | 0.07 | 0.13 | 306.82 | 0.67 | 0.62 |
| Hex | DF | 5B | D0 | 0 | 3B | 7 | D | 133 | 43 | 3E |
| Octal | 337 | 133 | 320 | 0 | 73 | 7 | 15 | 463 | 103 | 76 |
| Binary | 11011111 | 1011011 | 11010000 | 0 | 111011 | 111 | 1101 | 100110011 | 1000011 | 111110 |
Color Harmonies of #DF5BD0
Complementary color
Monochromatic Colors of #DF5BD0
Black with #DF5BD0
Text Example
Text Example
White with #DF5BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BD0; }
p { color: rgb(223,91,208); }
H1.HeaderClassName
{
color: #DF5BD0;
}
.AnyTagClassName
{
color: #DF5BD0;
}
</style>
background-color css
<style>
a { background-color: #DF5BD0; }
a { background-color: rgb(223,91,208); }
div.DivClassName
{
background-color: #DF5BD0;
}
.BgClassName
{
background-color: #DF5BD0;
}
</style>
border-color css
<style>
span { border-color: #DF5BD0; }
span { border-color: rgb(223,91,208); }
td.TdClassName
{
border-color: #DF5BD0;
}
.TagClassName
{
border-color: #DF5BD0;
}
</style>