Html Css Color HEX #DF43BD Free Speech Magenta
📋 copy color: '#DF43BD'red 223 ◦ green 67 ◦ blue 189
Shades of Free Speech Magenta #DF43BD
Tints of Free Speech Magenta #DF43BD
RGB
CMYK
RGB Variations
Color information
#DF43BD (or 0xDF43BD) is known color: Free Speech Magenta. HEX triplet: DF, 43 and BD. RGB value is (223,67,189). Sum of RGB (Red+Green+Blue) = 223+67+189=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF43BD is #20BC42. Grayscale: #7F7F7F. Windows color (decimal): -2145347 or 12403679. OLE color: 12403679.
HSL color Cylindrical-coordinate representation of color #DF43BD: hue angle of 313.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF43BD is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 189 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.13 |
| HSL | 313.08º | 0.71% | 0.57% | - |
| HSV(B) | 313.08º | 0.7% | 0.87% | - |
| XYZ | 41.62 | 23.38 | 50.46 | - |
| YUV | 127.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 189 | 0 | 0.70 | 0.15 | 0.13 | 313.08 | 0.71 | 0.57 |
| Hex | DF | 43 | BD | 0 | 46 | F | D | 139 | 47 | 39 |
| Octal | 337 | 103 | 275 | 0 | 106 | 17 | 15 | 471 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10111101 | 0 | 1000110 | 1111 | 1101 | 100111001 | 1000111 | 111001 |
Color Harmonies of #DF43BD
Complementary color
Monochromatic Colors of #DF43BD
Black with #DF43BD
Text Example
Text Example
White with #DF43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43BD; }
p { color: rgb(223,67,189); }
H1.HeaderClassName
{
color: #DF43BD;
}
.AnyTagClassName
{
color: #DF43BD;
}
</style>
background-color css
<style>
a { background-color: #DF43BD; }
a { background-color: rgb(223,67,189); }
div.DivClassName
{
background-color: #DF43BD;
}
.BgClassName
{
background-color: #DF43BD;
}
</style>
border-color css
<style>
span { border-color: #DF43BD; }
span { border-color: rgb(223,67,189); }
td.TdClassName
{
border-color: #DF43BD;
}
.TagClassName
{
border-color: #DF43BD;
}
</style>