Html Css Color HEX #DD5BDC Free Speech Magenta
📋 copy color: '#DD5BDC'red 221 ◦ green 91 ◦ blue 220
Shades of Free Speech Magenta #DD5BDC
Tints of Free Speech Magenta #DD5BDC
RGB
CMYK
RGB Variations
Color information
#DD5BDC (or 0xDD5BDC) is known color: Free Speech Magenta. HEX triplet: DD, 5B and DC. RGB value is (221,91,220). Sum of RGB (Red+Green+Blue) = 221+91+220=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BDC is #22A423. Grayscale: #909090. Windows color (decimal): -2270244 or 14441437. OLE color: 14441437.
HSL color Cylindrical-coordinate representation of color #DD5BDC: hue angle of 300.46º 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 #DD5BDC is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 220 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.13 |
| HSL | 300.46º | 0.66% | 0.61% | - |
| HSV(B) | 300.46º | 0.59% | 0.87% | - |
| XYZ | 46.48 | 28.02 | 70.67 | - |
| YUV | 144.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 220 | 0 | 0.59 | 0.00 | 0.13 | 300.46 | 0.66 | 0.61 |
| Hex | DD | 5B | DC | 0 | 3B | 0 | D | 12C | 42 | 3D |
| Octal | 335 | 133 | 334 | 0 | 73 | 0 | 15 | 454 | 102 | 75 |
| Binary | 11011101 | 1011011 | 11011100 | 0 | 111011 | 0 | 1101 | 100101100 | 1000010 | 111101 |
Color Harmonies of #DD5BDC
Complementary color
Monochromatic Colors of #DD5BDC
Black with #DD5BDC
Text Example
Text Example
White with #DD5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BDC; }
p { color: rgb(221,91,220); }
H1.HeaderClassName
{
color: #DD5BDC;
}
.AnyTagClassName
{
color: #DD5BDC;
}
</style>
background-color css
<style>
a { background-color: #DD5BDC; }
a { background-color: rgb(221,91,220); }
div.DivClassName
{
background-color: #DD5BDC;
}
.BgClassName
{
background-color: #DD5BDC;
}
</style>
border-color css
<style>
span { border-color: #DD5BDC; }
span { border-color: rgb(221,91,220); }
td.TdClassName
{
border-color: #DD5BDC;
}
.TagClassName
{
border-color: #DD5BDC;
}
</style>