Html Css Color HEX #DF4BD5 Free Speech Magenta
📋 copy color: '#DF4BD5'red 223 ◦ green 75 ◦ blue 213
Shades of Free Speech Magenta #DF4BD5
Tints of Free Speech Magenta #DF4BD5
RGB
CMYK
RGB Variations
Color information
#DF4BD5 (or 0xDF4BD5) is known color: Free Speech Magenta. HEX triplet: DF, 4B and D5. RGB value is (223,75,213). Sum of RGB (Red+Green+Blue) = 223+75+213=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BD5 is #20B42A. Grayscale: #868686. Windows color (decimal): -2143275 or 13978591. OLE color: 13978591.
HSL color Cylindrical-coordinate representation of color #DF4BD5: hue angle of 304.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4BD5 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 213 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.13 |
| HSL | 304.05º | 0.7% | 0.58% | - |
| HSV(B) | 304.05º | 0.66% | 0.87% | - |
| XYZ | 44.96 | 25.52 | 65.51 | - |
| YUV | 134.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 213 | 0 | 0.66 | 0.04 | 0.13 | 304.05 | 0.7 | 0.58 |
| Hex | DF | 4B | D5 | 0 | 42 | 4 | D | 130 | 46 | 3A |
| Octal | 337 | 113 | 325 | 0 | 102 | 4 | 15 | 460 | 106 | 72 |
| Binary | 11011111 | 1001011 | 11010101 | 0 | 1000010 | 100 | 1101 | 100110000 | 1000110 | 111010 |
Color Harmonies of #DF4BD5
Complementary color
Monochromatic Colors of #DF4BD5
Black with #DF4BD5
Text Example
Text Example
White with #DF4BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BD5; }
p { color: rgb(223,75,213); }
H1.HeaderClassName
{
color: #DF4BD5;
}
.AnyTagClassName
{
color: #DF4BD5;
}
</style>
background-color css
<style>
a { background-color: #DF4BD5; }
a { background-color: rgb(223,75,213); }
div.DivClassName
{
background-color: #DF4BD5;
}
.BgClassName
{
background-color: #DF4BD5;
}
</style>
border-color css
<style>
span { border-color: #DF4BD5; }
span { border-color: rgb(223,75,213); }
td.TdClassName
{
border-color: #DF4BD5;
}
.TagClassName
{
border-color: #DF4BD5;
}
</style>