Html Css Color HEX #DF43BC Free Speech Magenta
📋 copy color: '#DF43BC'red 223 ◦ green 67 ◦ blue 188
Shades of Free Speech Magenta #DF43BC
Tints of Free Speech Magenta #DF43BC
RGB
CMYK
RGB Variations
Color information
#DF43BC (or 0xDF43BC) is known color: Free Speech Magenta. HEX triplet: DF, 43 and BC. RGB value is (223,67,188). Sum of RGB (Red+Green+Blue) = 223+67+188=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF43BC is #20BC43. Grayscale: #7F7F7F. Windows color (decimal): -2145348 or 12338143. OLE color: 12338143.
HSL color Cylindrical-coordinate representation of color #DF43BC: hue angle of 313.46º 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 #DF43BC is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 188 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.13 |
| HSL | 313.46º | 0.71% | 0.57% | - |
| HSV(B) | 313.46º | 0.7% | 0.87% | - |
| XYZ | 41.52 | 23.33 | 49.89 | - |
| YUV | 127.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 188 | 0 | 0.70 | 0.16 | 0.13 | 313.46 | 0.71 | 0.57 |
| Hex | DF | 43 | BC | 0 | 46 | 10 | D | 139 | 47 | 39 |
| Octal | 337 | 103 | 274 | 0 | 106 | 20 | 15 | 471 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10111100 | 0 | 1000110 | 10000 | 1101 | 100111001 | 1000111 | 111001 |
Color Harmonies of #DF43BC
Complementary color
Monochromatic Colors of #DF43BC
Black with #DF43BC
Text Example
Text Example
White with #DF43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43BC; }
p { color: rgb(223,67,188); }
H1.HeaderClassName
{
color: #DF43BC;
}
.AnyTagClassName
{
color: #DF43BC;
}
</style>
background-color css
<style>
a { background-color: #DF43BC; }
a { background-color: rgb(223,67,188); }
div.DivClassName
{
background-color: #DF43BC;
}
.BgClassName
{
background-color: #DF43BC;
}
</style>
border-color css
<style>
span { border-color: #DF43BC; }
span { border-color: rgb(223,67,188); }
td.TdClassName
{
border-color: #DF43BC;
}
.TagClassName
{
border-color: #DF43BC;
}
</style>