Html Css Color HEX #DD5BBA Free Speech Magenta
📋 copy color: '#DD5BBA'red 221 ◦ green 91 ◦ blue 186
Shades of Free Speech Magenta #DD5BBA
Tints of Free Speech Magenta #DD5BBA
RGB
CMYK
RGB Variations
Color information
#DD5BBA (or 0xDD5BBA) is known color: Free Speech Magenta. HEX triplet: DD, 5B and BA. RGB value is (221,91,186). Sum of RGB (Red+Green+Blue) = 221+91+186=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BBA is #22A445. Grayscale: #8C8C8C. Windows color (decimal): -2270278 or 12213213. OLE color: 12213213.
HSL color Cylindrical-coordinate representation of color #DD5BBA: hue angle of 316.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5BBA is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 186 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.13 |
| HSL | 316.15º | 0.66% | 0.61% | - |
| HSV(B) | 316.15º | 0.59% | 0.87% | - |
| XYZ | 42.42 | 26.4 | 49.31 | - |
| YUV | 140.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 186 | 0 | 0.59 | 0.16 | 0.13 | 316.15 | 0.66 | 0.61 |
| Hex | DD | 5B | BA | 0 | 3B | 10 | D | 13C | 42 | 3D |
| Octal | 335 | 133 | 272 | 0 | 73 | 20 | 15 | 474 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10111010 | 0 | 111011 | 10000 | 1101 | 100111100 | 1000010 | 111101 |
Color Harmonies of #DD5BBA
Complementary color
Monochromatic Colors of #DD5BBA
Black with #DD5BBA
Text Example
Text Example
White with #DD5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BBA; }
p { color: rgb(221,91,186); }
H1.HeaderClassName
{
color: #DD5BBA;
}
.AnyTagClassName
{
color: #DD5BBA;
}
</style>
background-color css
<style>
a { background-color: #DD5BBA; }
a { background-color: rgb(221,91,186); }
div.DivClassName
{
background-color: #DD5BBA;
}
.BgClassName
{
background-color: #DD5BBA;
}
</style>
border-color css
<style>
span { border-color: #DD5BBA; }
span { border-color: rgb(221,91,186); }
td.TdClassName
{
border-color: #DD5BBA;
}
.TagClassName
{
border-color: #DD5BBA;
}
</style>