Html Css Color HEX #DF62BA Free Speech Magenta
📋 copy color: '#DF62BA'red 223 ◦ green 98 ◦ blue 186
Shades of Free Speech Magenta #DF62BA
Tints of Free Speech Magenta #DF62BA
RGB
CMYK
RGB Variations
Color information
#DF62BA (or 0xDF62BA) is known color: Free Speech Magenta. HEX triplet: DF, 62 and BA. RGB value is (223,98,186). Sum of RGB (Red+Green+Blue) = 223+98+186=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62BA is #209D45. Grayscale: #919191. Windows color (decimal): -2137414 or 12215007. OLE color: 12215007.
HSL color Cylindrical-coordinate representation of color #DF62BA: hue angle of 317.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62BA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 186 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.13 |
| HSL | 317.76º | 0.66% | 0.63% | - |
| HSV(B) | 317.76º | 0.56% | 0.87% | - |
| XYZ | 43.66 | 27.97 | 49.55 | - |
| YUV | 145.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 186 | 0 | 0.56 | 0.17 | 0.13 | 317.76 | 0.66 | 0.63 |
| Hex | DF | 62 | BA | 0 | 38 | 11 | D | 13E | 42 | 3F |
| Octal | 337 | 142 | 272 | 0 | 70 | 21 | 15 | 476 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10111010 | 0 | 111000 | 10001 | 1101 | 100111110 | 1000010 | 111111 |
Color Harmonies of #DF62BA
Complementary color
Monochromatic Colors of #DF62BA
Black with #DF62BA
Text Example
Text Example
White with #DF62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62BA; }
p { color: rgb(223,98,186); }
H1.HeaderClassName
{
color: #DF62BA;
}
.AnyTagClassName
{
color: #DF62BA;
}
</style>
background-color css
<style>
a { background-color: #DF62BA; }
a { background-color: rgb(223,98,186); }
div.DivClassName
{
background-color: #DF62BA;
}
.BgClassName
{
background-color: #DF62BA;
}
</style>
border-color css
<style>
span { border-color: #DF62BA; }
span { border-color: rgb(223,98,186); }
td.TdClassName
{
border-color: #DF62BA;
}
.TagClassName
{
border-color: #DF62BA;
}
</style>