Html Css Color HEX #DF4BBC Free Speech Magenta
📋 copy color: '#DF4BBC'red 223 ◦ green 75 ◦ blue 188
Shades of Free Speech Magenta #DF4BBC
Tints of Free Speech Magenta #DF4BBC
RGB
CMYK
RGB Variations
Color information
#DF4BBC (or 0xDF4BBC) is known color: Free Speech Magenta. HEX triplet: DF, 4B and BC. RGB value is (223,75,188). Sum of RGB (Red+Green+Blue) = 223+75+188=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BBC is #20B443. Grayscale: #838383. Windows color (decimal): -2143300 or 12340191. OLE color: 12340191.
HSL color Cylindrical-coordinate representation of color #DF4BBC: hue angle of 314.19º 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 #DF4BBC is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 188 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.13 |
| HSL | 314.19º | 0.7% | 0.58% | - |
| HSV(B) | 314.19º | 0.66% | 0.87% | - |
| XYZ | 42.02 | 24.35 | 50.06 | - |
| YUV | 132.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 188 | 0 | 0.66 | 0.16 | 0.13 | 314.19 | 0.7 | 0.58 |
| Hex | DF | 4B | BC | 0 | 42 | 10 | D | 13A | 46 | 3A |
| Octal | 337 | 113 | 274 | 0 | 102 | 20 | 15 | 472 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10111100 | 0 | 1000010 | 10000 | 1101 | 100111010 | 1000110 | 111010 |
Color Harmonies of #DF4BBC
Complementary color
Monochromatic Colors of #DF4BBC
Black with #DF4BBC
Text Example
Text Example
White with #DF4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BBC; }
p { color: rgb(223,75,188); }
H1.HeaderClassName
{
color: #DF4BBC;
}
.AnyTagClassName
{
color: #DF4BBC;
}
</style>
background-color css
<style>
a { background-color: #DF4BBC; }
a { background-color: rgb(223,75,188); }
div.DivClassName
{
background-color: #DF4BBC;
}
.BgClassName
{
background-color: #DF4BBC;
}
</style>
border-color css
<style>
span { border-color: #DF4BBC; }
span { border-color: rgb(223,75,188); }
td.TdClassName
{
border-color: #DF4BBC;
}
.TagClassName
{
border-color: #DF4BBC;
}
</style>