Html Css Color HEX #DD3CDD Free Speech Magenta
📋 copy color: '#DD3CDD'red 221 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #DD3CDD
Tints of Free Speech Magenta #DD3CDD
RGB
CMYK
RGB Variations
Color information
#DD3CDD (or 0xDD3CDD) is known color: Free Speech Magenta. HEX triplet: DD, 3C and DD. RGB value is (221,60,221). Sum of RGB (Red+Green+Blue) = 221+60+221=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CDD is #22C322. Grayscale: #7E7E7E. Windows color (decimal): -2278179 or 14499037. OLE color: 14499037.
HSL color Cylindrical-coordinate representation of color #DD3CDD: hue angle of 300º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3CDD is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 221 | - |
| CMYK | 0 | 0.73 | 0 | 0.13 |
| HSL | 300º | 0.7% | 0.55% | - |
| HSV(B) | 300º | 0.73% | 0.87% | - |
| XYZ | 44.49 | 23.82 | 70.66 | - |
| YUV | 126.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 221 | 0 | 0.73 | 0 | 0.13 | 300 | 0.7 | 0.55 |
| Hex | DD | 3C | DD | 0 | 49 | 0 | D | 12C | 46 | 37 |
| Octal | 335 | 74 | 335 | 0 | 111 | 0 | 15 | 454 | 106 | 67 |
| Binary | 11011101 | 111100 | 11011101 | 0 | 1001001 | 0 | 1101 | 100101100 | 1000110 | 110111 |
Color Harmonies of #DD3CDD
Complementary color
Monochromatic Colors of #DD3CDD
Black with #DD3CDD
Text Example
Text Example
White with #DD3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CDD; }
p { color: rgb(221,60,221); }
H1.HeaderClassName
{
color: #DD3CDD;
}
.AnyTagClassName
{
color: #DD3CDD;
}
</style>
background-color css
<style>
a { background-color: #DD3CDD; }
a { background-color: rgb(221,60,221); }
div.DivClassName
{
background-color: #DD3CDD;
}
.BgClassName
{
background-color: #DD3CDD;
}
</style>
border-color css
<style>
span { border-color: #DD3CDD; }
span { border-color: rgb(221,60,221); }
td.TdClassName
{
border-color: #DD3CDD;
}
.TagClassName
{
border-color: #DD3CDD;
}
</style>