Html Css Color HEX #DF61BA Free Speech Magenta
📋 copy color: '#DF61BA'red 223 ◦ green 97 ◦ blue 186
Shades of Free Speech Magenta #DF61BA
Tints of Free Speech Magenta #DF61BA
RGB
CMYK
RGB Variations
Color information
#DF61BA (or 0xDF61BA) is known color: Free Speech Magenta. HEX triplet: DF, 61 and BA. RGB value is (223,97,186). Sum of RGB (Red+Green+Blue) = 223+97+186=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61BA is #209E45. Grayscale: #909090. Windows color (decimal): -2137670 or 12214751. OLE color: 12214751.
HSL color Cylindrical-coordinate representation of color #DF61BA: hue angle of 317.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61BA is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 186 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.13 |
| HSL | 317.62º | 0.66% | 0.63% | - |
| HSV(B) | 317.62º | 0.57% | 0.87% | - |
| XYZ | 43.57 | 27.78 | 49.52 | - |
| YUV | 144.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 186 | 0 | 0.57 | 0.17 | 0.13 | 317.62 | 0.66 | 0.63 |
| Hex | DF | 61 | BA | 0 | 39 | 11 | D | 13E | 42 | 3F |
| Octal | 337 | 141 | 272 | 0 | 71 | 21 | 15 | 476 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10111010 | 0 | 111001 | 10001 | 1101 | 100111110 | 1000010 | 111111 |
Color Harmonies of #DF61BA
Complementary color
Monochromatic Colors of #DF61BA
Black with #DF61BA
Text Example
Text Example
White with #DF61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61BA; }
p { color: rgb(223,97,186); }
H1.HeaderClassName
{
color: #DF61BA;
}
.AnyTagClassName
{
color: #DF61BA;
}
</style>
background-color css
<style>
a { background-color: #DF61BA; }
a { background-color: rgb(223,97,186); }
div.DivClassName
{
background-color: #DF61BA;
}
.BgClassName
{
background-color: #DF61BA;
}
</style>
border-color css
<style>
span { border-color: #DF61BA; }
span { border-color: rgb(223,97,186); }
td.TdClassName
{
border-color: #DF61BA;
}
.TagClassName
{
border-color: #DF61BA;
}
</style>