Html Css Color HEX #DF5FD3 Free Speech Magenta
📋 copy color: '#DF5FD3'red 223 ◦ green 95 ◦ blue 211
Shades of Free Speech Magenta #DF5FD3
Tints of Free Speech Magenta #DF5FD3
RGB
CMYK
RGB Variations
Color information
#DF5FD3 (or 0xDF5FD3) is known color: Free Speech Magenta. HEX triplet: DF, 5F and D3. RGB value is (223,95,211). Sum of RGB (Red+Green+Blue) = 223+95+211=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FD3 is #20A02C. Grayscale: #929292. Windows color (decimal): -2138157 or 13852639. OLE color: 13852639.
HSL color Cylindrical-coordinate representation of color #DF5FD3: hue angle of 305.62º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5FD3 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 211 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.13 |
| HSL | 305.63º | 0.67% | 0.62% | - |
| HSV(B) | 305.63º | 0.57% | 0.87% | - |
| XYZ | 46.28 | 28.58 | 64.7 | - |
| YUV | 146.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 211 | 0 | 0.57 | 0.05 | 0.13 | 305.63 | 0.67 | 0.62 |
| Hex | DF | 5F | D3 | 0 | 39 | 5 | D | 132 | 43 | 3E |
| Octal | 337 | 137 | 323 | 0 | 71 | 5 | 15 | 462 | 103 | 76 |
| Binary | 11011111 | 1011111 | 11010011 | 0 | 111001 | 101 | 1101 | 100110010 | 1000011 | 111110 |
Color Harmonies of #DF5FD3
Complementary color
Monochromatic Colors of #DF5FD3
Black with #DF5FD3
Text Example
Text Example
White with #DF5FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FD3; }
p { color: rgb(223,95,211); }
H1.HeaderClassName
{
color: #DF5FD3;
}
.AnyTagClassName
{
color: #DF5FD3;
}
</style>
background-color css
<style>
a { background-color: #DF5FD3; }
a { background-color: rgb(223,95,211); }
div.DivClassName
{
background-color: #DF5FD3;
}
.BgClassName
{
background-color: #DF5FD3;
}
</style>
border-color css
<style>
span { border-color: #DF5FD3; }
span { border-color: rgb(223,95,211); }
td.TdClassName
{
border-color: #DF5FD3;
}
.TagClassName
{
border-color: #DF5FD3;
}
</style>