Html Css Color HEX #DD3DCD Free Speech Magenta
📋 copy color: '#DD3DCD'red 221 ◦ green 61 ◦ blue 205
Shades of Free Speech Magenta #DD3DCD
Tints of Free Speech Magenta #DD3DCD
RGB
CMYK
RGB Variations
Color information
#DD3DCD (or 0xDD3DCD) is known color: Free Speech Magenta. HEX triplet: DD, 3D and CD. RGB value is (221,61,205). Sum of RGB (Red+Green+Blue) = 221+61+205=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3DCD is #22C232. Grayscale: #7C7C7C. Windows color (decimal): -2277939 or 13450717. OLE color: 13450717.
HSL color Cylindrical-coordinate representation of color #DD3DCD: hue angle of 306º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DCD is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 205 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.13 |
| HSL | 306º | 0.7% | 0.55% | - |
| HSV(B) | 306º | 0.72% | 0.87% | - |
| XYZ | 42.51 | 23.12 | 59.98 | - |
| YUV | 125.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 205 | 0 | 0.72 | 0.07 | 0.13 | 306 | 0.7 | 0.55 |
| Hex | DD | 3D | CD | 0 | 48 | 7 | D | 132 | 46 | 37 |
| Octal | 335 | 75 | 315 | 0 | 110 | 7 | 15 | 462 | 106 | 67 |
| Binary | 11011101 | 111101 | 11001101 | 0 | 1001000 | 111 | 1101 | 100110010 | 1000110 | 110111 |
Color Harmonies of #DD3DCD
Complementary color
Monochromatic Colors of #DD3DCD
Black with #DD3DCD
Text Example
Text Example
White with #DD3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DCD; }
p { color: rgb(221,61,205); }
H1.HeaderClassName
{
color: #DD3DCD;
}
.AnyTagClassName
{
color: #DD3DCD;
}
</style>
background-color css
<style>
a { background-color: #DD3DCD; }
a { background-color: rgb(221,61,205); }
div.DivClassName
{
background-color: #DD3DCD;
}
.BgClassName
{
background-color: #DD3DCD;
}
</style>
border-color css
<style>
span { border-color: #DD3DCD; }
span { border-color: rgb(221,61,205); }
td.TdClassName
{
border-color: #DD3DCD;
}
.TagClassName
{
border-color: #DD3DCD;
}
</style>