Html Css Color HEX #DC62BA Free Speech Magenta
📋 copy color: '#DC62BA'red 220 ◦ green 98 ◦ blue 186
Shades of Free Speech Magenta #DC62BA
Tints of Free Speech Magenta #DC62BA
RGB
CMYK
RGB Variations
Color information
#DC62BA (or 0xDC62BA) is known color: Free Speech Magenta. HEX triplet: DC, 62 and BA. RGB value is (220,98,186). Sum of RGB (Red+Green+Blue) = 220+98+186=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62BA is #239D45. Grayscale: #909090. Windows color (decimal): -2334022 or 12215004. OLE color: 12215004.
HSL color Cylindrical-coordinate representation of color #DC62BA: hue angle of 316.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62BA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 186 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.14 |
| HSL | 316.72º | 0.64% | 0.62% | - |
| HSV(B) | 316.72º | 0.55% | 0.86% | - |
| XYZ | 42.75 | 27.5 | 49.51 | - |
| YUV | 144.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 186 | 0 | 0.55 | 0.15 | 0.14 | 316.72 | 0.64 | 0.62 |
| Hex | DC | 62 | BA | 0 | 37 | F | E | 13D | 40 | 3E |
| Octal | 334 | 142 | 272 | 0 | 67 | 17 | 16 | 475 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10111010 | 0 | 110111 | 1111 | 1110 | 100111101 | 1000000 | 111110 |
Color Harmonies of #DC62BA
Complementary color
Monochromatic Colors of #DC62BA
Black with #DC62BA
Text Example
Text Example
White with #DC62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62BA; }
p { color: rgb(220,98,186); }
H1.HeaderClassName
{
color: #DC62BA;
}
.AnyTagClassName
{
color: #DC62BA;
}
</style>
background-color css
<style>
a { background-color: #DC62BA; }
a { background-color: rgb(220,98,186); }
div.DivClassName
{
background-color: #DC62BA;
}
.BgClassName
{
background-color: #DC62BA;
}
</style>
border-color css
<style>
span { border-color: #DC62BA; }
span { border-color: rgb(220,98,186); }
td.TdClassName
{
border-color: #DC62BA;
}
.TagClassName
{
border-color: #DC62BA;
}
</style>