Html Css Color HEX #DD60BA Free Speech Magenta
📋 copy color: '#DD60BA'red 221 ◦ green 96 ◦ blue 186
Shades of Free Speech Magenta #DD60BA
Tints of Free Speech Magenta #DD60BA
RGB
CMYK
RGB Variations
Color information
#DD60BA (or 0xDD60BA) is known color: Free Speech Magenta. HEX triplet: DD, 60 and BA. RGB value is (221,96,186). Sum of RGB (Red+Green+Blue) = 221+96+186=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60BA is #229F45. Grayscale: #8F8F8F. Windows color (decimal): -2268998 or 12214493. OLE color: 12214493.
HSL color Cylindrical-coordinate representation of color #DD60BA: hue angle of 316.8º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60BA is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 186 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.13 |
| HSL | 316.8º | 0.65% | 0.62% | - |
| HSV(B) | 316.8º | 0.57% | 0.87% | - |
| XYZ | 42.86 | 27.28 | 49.46 | - |
| YUV | 143.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 186 | 0 | 0.57 | 0.16 | 0.13 | 316.8 | 0.65 | 0.62 |
| Hex | DD | 60 | BA | 0 | 39 | 10 | D | 13D | 41 | 3E |
| Octal | 335 | 140 | 272 | 0 | 71 | 20 | 15 | 475 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10111010 | 0 | 111001 | 10000 | 1101 | 100111101 | 1000001 | 111110 |
Color Harmonies of #DD60BA
Complementary color
Monochromatic Colors of #DD60BA
Black with #DD60BA
Text Example
Text Example
White with #DD60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60BA; }
p { color: rgb(221,96,186); }
H1.HeaderClassName
{
color: #DD60BA;
}
.AnyTagClassName
{
color: #DD60BA;
}
</style>
background-color css
<style>
a { background-color: #DD60BA; }
a { background-color: rgb(221,96,186); }
div.DivClassName
{
background-color: #DD60BA;
}
.BgClassName
{
background-color: #DD60BA;
}
</style>
border-color css
<style>
span { border-color: #DD60BA; }
span { border-color: rgb(221,96,186); }
td.TdClassName
{
border-color: #DD60BA;
}
.TagClassName
{
border-color: #DD60BA;
}
</style>