Html Css Color HEX #DD4BDC Free Speech Magenta
📋 copy color: '#DD4BDC'red 221 ◦ green 75 ◦ blue 220
Shades of Free Speech Magenta #DD4BDC
Tints of Free Speech Magenta #DD4BDC
RGB
CMYK
RGB Variations
Color information
#DD4BDC (or 0xDD4BDC) is known color: Free Speech Magenta. HEX triplet: DD, 4B and DC. RGB value is (221,75,220). Sum of RGB (Red+Green+Blue) = 221+75+220=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4BDC is #22B423. Grayscale: #868686. Windows color (decimal): -2274340 or 14437341. OLE color: 14437341.
HSL color Cylindrical-coordinate representation of color #DD4BDC: hue angle of 300.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4BDC is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 220 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.13 |
| HSL | 300.41º | 0.68% | 0.58% | - |
| HSV(B) | 300.41º | 0.66% | 0.87% | - |
| XYZ | 45.25 | 25.57 | 70.26 | - |
| YUV | 135.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 220 | 0 | 0.66 | 0.00 | 0.13 | 300.41 | 0.68 | 0.58 |
| Hex | DD | 4B | DC | 0 | 42 | 0 | D | 12C | 44 | 3A |
| Octal | 335 | 113 | 334 | 0 | 102 | 0 | 15 | 454 | 104 | 72 |
| Binary | 11011101 | 1001011 | 11011100 | 0 | 1000010 | 0 | 1101 | 100101100 | 1000100 | 111010 |
Color Harmonies of #DD4BDC
Complementary color
Monochromatic Colors of #DD4BDC
Black with #DD4BDC
Text Example
Text Example
White with #DD4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BDC; }
p { color: rgb(221,75,220); }
H1.HeaderClassName
{
color: #DD4BDC;
}
.AnyTagClassName
{
color: #DD4BDC;
}
</style>
background-color css
<style>
a { background-color: #DD4BDC; }
a { background-color: rgb(221,75,220); }
div.DivClassName
{
background-color: #DD4BDC;
}
.BgClassName
{
background-color: #DD4BDC;
}
</style>
border-color css
<style>
span { border-color: #DD4BDC; }
span { border-color: rgb(221,75,220); }
td.TdClassName
{
border-color: #DD4BDC;
}
.TagClassName
{
border-color: #DD4BDC;
}
</style>