Html Css Color HEX #DF4BBB Free Speech Magenta
📋 copy color: '#DF4BBB'red 223 ◦ green 75 ◦ blue 187
Shades of Free Speech Magenta #DF4BBB
Tints of Free Speech Magenta #DF4BBB
RGB
CMYK
RGB Variations
Color information
#DF4BBB (or 0xDF4BBB) is known color: Free Speech Magenta. HEX triplet: DF, 4B and BB. RGB value is (223,75,187). Sum of RGB (Red+Green+Blue) = 223+75+187=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BBB is #20B444. Grayscale: #838383. Windows color (decimal): -2143301 or 12274655. OLE color: 12274655.
HSL color Cylindrical-coordinate representation of color #DF4BBB: hue angle of 314.59º 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 #DF4BBB is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 187 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.13 |
| HSL | 314.59º | 0.7% | 0.58% | - |
| HSV(B) | 314.59º | 0.66% | 0.87% | - |
| XYZ | 41.92 | 24.31 | 49.5 | - |
| YUV | 132.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 187 | 0 | 0.66 | 0.16 | 0.13 | 314.59 | 0.7 | 0.58 |
| Hex | DF | 4B | BB | 0 | 42 | 10 | D | 13B | 46 | 3A |
| Octal | 337 | 113 | 273 | 0 | 102 | 20 | 15 | 473 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10111011 | 0 | 1000010 | 10000 | 1101 | 100111011 | 1000110 | 111010 |
Color Harmonies of #DF4BBB
Complementary color
Monochromatic Colors of #DF4BBB
Black with #DF4BBB
Text Example
Text Example
White with #DF4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BBB; }
p { color: rgb(223,75,187); }
H1.HeaderClassName
{
color: #DF4BBB;
}
.AnyTagClassName
{
color: #DF4BBB;
}
</style>
background-color css
<style>
a { background-color: #DF4BBB; }
a { background-color: rgb(223,75,187); }
div.DivClassName
{
background-color: #DF4BBB;
}
.BgClassName
{
background-color: #DF4BBB;
}
</style>
border-color css
<style>
span { border-color: #DF4BBB; }
span { border-color: rgb(223,75,187); }
td.TdClassName
{
border-color: #DF4BBB;
}
.TagClassName
{
border-color: #DF4BBB;
}
</style>