Html Css Color HEX #DD62BA Free Speech Magenta
📋 copy color: '#DD62BA'red 221 ◦ green 98 ◦ blue 186
Shades of Free Speech Magenta #DD62BA
Tints of Free Speech Magenta #DD62BA
RGB
CMYK
RGB Variations
Color information
#DD62BA (or 0xDD62BA) is known color: Free Speech Magenta. HEX triplet: DD, 62 and BA. RGB value is (221,98,186). Sum of RGB (Red+Green+Blue) = 221+98+186=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62BA is #229D45. Grayscale: #909090. Windows color (decimal): -2268486 or 12215005. OLE color: 12215005.
HSL color Cylindrical-coordinate representation of color #DD62BA: hue angle of 317.07º degrees, saturation: 0.64, 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 #DD62BA is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 186 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.13 |
| HSL | 317.07º | 0.64% | 0.63% | - |
| HSV(B) | 317.07º | 0.56% | 0.87% | - |
| XYZ | 43.05 | 27.65 | 49.52 | - |
| YUV | 144.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 186 | 0 | 0.56 | 0.16 | 0.13 | 317.07 | 0.64 | 0.63 |
| Hex | DD | 62 | BA | 0 | 38 | 10 | D | 13D | 40 | 3F |
| Octal | 335 | 142 | 272 | 0 | 70 | 20 | 15 | 475 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10111010 | 0 | 111000 | 10000 | 1101 | 100111101 | 1000000 | 111111 |
Color Harmonies of #DD62BA
Complementary color
Monochromatic Colors of #DD62BA
Black with #DD62BA
Text Example
Text Example
White with #DD62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62BA; }
p { color: rgb(221,98,186); }
H1.HeaderClassName
{
color: #DD62BA;
}
.AnyTagClassName
{
color: #DD62BA;
}
</style>
background-color css
<style>
a { background-color: #DD62BA; }
a { background-color: rgb(221,98,186); }
div.DivClassName
{
background-color: #DD62BA;
}
.BgClassName
{
background-color: #DD62BA;
}
</style>
border-color css
<style>
span { border-color: #DD62BA; }
span { border-color: rgb(221,98,186); }
td.TdClassName
{
border-color: #DD62BA;
}
.TagClassName
{
border-color: #DD62BA;
}
</style>