Html Css Color HEX #DF51BB Free Speech Magenta
📋 copy color: '#DF51BB'red 223 ◦ green 81 ◦ blue 187
Shades of Free Speech Magenta #DF51BB
Tints of Free Speech Magenta #DF51BB
RGB
CMYK
RGB Variations
Color information
#DF51BB (or 0xDF51BB) is known color: Free Speech Magenta. HEX triplet: DF, 51 and BB. RGB value is (223,81,187). Sum of RGB (Red+Green+Blue) = 223+81+187=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51BB is #20AE44. Grayscale: #878787. Windows color (decimal): -2141765 or 12276191. OLE color: 12276191.
HSL color Cylindrical-coordinate representation of color #DF51BB: hue angle of 315.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF51BB is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 187 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.13 |
| HSL | 315.21º | 0.69% | 0.6% | - |
| HSV(B) | 315.21º | 0.64% | 0.87% | - |
| XYZ | 42.34 | 25.16 | 49.64 | - |
| YUV | 135.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 187 | 0 | 0.64 | 0.16 | 0.13 | 315.21 | 0.69 | 0.6 |
| Hex | DF | 51 | BB | 0 | 40 | 10 | D | 13B | 45 | 3C |
| Octal | 337 | 121 | 273 | 0 | 100 | 20 | 15 | 473 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10111011 | 0 | 1000000 | 10000 | 1101 | 100111011 | 1000101 | 111100 |
Color Harmonies of #DF51BB
Complementary color
Monochromatic Colors of #DF51BB
Black with #DF51BB
Text Example
Text Example
White with #DF51BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51BB; }
p { color: rgb(223,81,187); }
H1.HeaderClassName
{
color: #DF51BB;
}
.AnyTagClassName
{
color: #DF51BB;
}
</style>
background-color css
<style>
a { background-color: #DF51BB; }
a { background-color: rgb(223,81,187); }
div.DivClassName
{
background-color: #DF51BB;
}
.BgClassName
{
background-color: #DF51BB;
}
</style>
border-color css
<style>
span { border-color: #DF51BB; }
span { border-color: rgb(223,81,187); }
td.TdClassName
{
border-color: #DF51BB;
}
.TagClassName
{
border-color: #DF51BB;
}
</style>