Html Css Color HEX #DF5DBE Free Speech Magenta
📋 copy color: '#DF5DBE'red 223 ◦ green 93 ◦ blue 190
Shades of Free Speech Magenta #DF5DBE
Tints of Free Speech Magenta #DF5DBE
RGB
CMYK
RGB Variations
Color information
#DF5DBE (or 0xDF5DBE) is known color: Free Speech Magenta. HEX triplet: DF, 5D and BE. RGB value is (223,93,190). Sum of RGB (Red+Green+Blue) = 223+93+190=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DBE is #20A241. Grayscale: #8E8E8E. Windows color (decimal): -2138690 or 12475871. OLE color: 12475871.
HSL color Cylindrical-coordinate representation of color #DF5DBE: hue angle of 315.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5DBE is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 190 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.13 |
| HSL | 315.23º | 0.67% | 0.62% | - |
| HSV(B) | 315.23º | 0.58% | 0.87% | - |
| XYZ | 43.64 | 27.23 | 51.67 | - |
| YUV | 142.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 190 | 0 | 0.58 | 0.15 | 0.13 | 315.23 | 0.67 | 0.62 |
| Hex | DF | 5D | BE | 0 | 3A | F | D | 13B | 43 | 3E |
| Octal | 337 | 135 | 276 | 0 | 72 | 17 | 15 | 473 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10111110 | 0 | 111010 | 1111 | 1101 | 100111011 | 1000011 | 111110 |
Color Harmonies of #DF5DBE
Complementary color
Monochromatic Colors of #DF5DBE
Black with #DF5DBE
Text Example
Text Example
White with #DF5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DBE; }
p { color: rgb(223,93,190); }
H1.HeaderClassName
{
color: #DF5DBE;
}
.AnyTagClassName
{
color: #DF5DBE;
}
</style>
background-color css
<style>
a { background-color: #DF5DBE; }
a { background-color: rgb(223,93,190); }
div.DivClassName
{
background-color: #DF5DBE;
}
.BgClassName
{
background-color: #DF5DBE;
}
</style>
border-color css
<style>
span { border-color: #DF5DBE; }
span { border-color: rgb(223,93,190); }
td.TdClassName
{
border-color: #DF5DBE;
}
.TagClassName
{
border-color: #DF5DBE;
}
</style>