Html Css Color HEX #DD3ADD Free Speech Magenta
📋 copy color: '#DD3ADD'red 221 ◦ green 58 ◦ blue 221
Shades of Free Speech Magenta #DD3ADD
Tints of Free Speech Magenta #DD3ADD
RGB
CMYK
RGB Variations
Color information
#DD3ADD (or 0xDD3ADD) is known color: Free Speech Magenta. HEX triplet: DD, 3A and DD. RGB value is (221,58,221). Sum of RGB (Red+Green+Blue) = 221+58+221=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3ADD is #22C522. Grayscale: #7C7C7C. Windows color (decimal): -2278691 or 14498525. OLE color: 14498525.
HSL color Cylindrical-coordinate representation of color #DD3ADD: hue angle of 300º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3ADD is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 221 | - |
| CMYK | 0 | 0.74 | 0 | 0.13 |
| HSL | 300º | 0.71% | 0.55% | - |
| HSV(B) | 300º | 0.74% | 0.87% | - |
| XYZ | 44.38 | 23.62 | 70.63 | - |
| YUV | 125.32 | 182 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 221 | 0 | 0.74 | 0 | 0.13 | 300 | 0.71 | 0.55 |
| Hex | DD | 3A | DD | 0 | 4A | 0 | D | 12C | 47 | 37 |
| Octal | 335 | 72 | 335 | 0 | 112 | 0 | 15 | 454 | 107 | 67 |
| Binary | 11011101 | 111010 | 11011101 | 0 | 1001010 | 0 | 1101 | 100101100 | 1000111 | 110111 |
Color Harmonies of #DD3ADD
Complementary color
Monochromatic Colors of #DD3ADD
Black with #DD3ADD
Text Example
Text Example
White with #DD3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3ADD; }
p { color: rgb(221,58,221); }
H1.HeaderClassName
{
color: #DD3ADD;
}
.AnyTagClassName
{
color: #DD3ADD;
}
</style>
background-color css
<style>
a { background-color: #DD3ADD; }
a { background-color: rgb(221,58,221); }
div.DivClassName
{
background-color: #DD3ADD;
}
.BgClassName
{
background-color: #DD3ADD;
}
</style>
border-color css
<style>
span { border-color: #DD3ADD; }
span { border-color: rgb(221,58,221); }
td.TdClassName
{
border-color: #DD3ADD;
}
.TagClassName
{
border-color: #DD3ADD;
}
</style>