Html Css Color HEX #DD3CDF Free Speech Magenta
📋 copy color: '#DD3CDF'red 221 ◦ green 60 ◦ blue 223
Shades of Free Speech Magenta #DD3CDF
Tints of Free Speech Magenta #DD3CDF
RGB
CMYK
RGB Variations
Color information
#DD3CDF (or 0xDD3CDF) is known color: Free Speech Magenta. HEX triplet: DD, 3C and DF. RGB value is (221,60,223). Sum of RGB (Red+Green+Blue) = 221+60+223=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CDF is #22C320. Grayscale: #7E7E7E. Windows color (decimal): -2278177 or 14630109. OLE color: 14630109.
HSL color Cylindrical-coordinate representation of color #DD3CDF: hue angle of 299.26º degrees, saturation: 0.72, 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 #DD3CDF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 223 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.13 |
| HSL | 299.26º | 0.72% | 0.55% | - |
| HSV(B) | 299.26º | 0.73% | 0.87% | - |
| XYZ | 44.75 | 23.93 | 72.07 | - |
| YUV | 126.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 223 | 0.01 | 0.73 | 0 | 0.13 | 299.26 | 0.72 | 0.55 |
| Hex | DD | 3C | DF | 1 | 49 | 0 | D | 12B | 48 | 37 |
| Octal | 335 | 74 | 337 | 1 | 111 | 0 | 15 | 453 | 110 | 67 |
| Binary | 11011101 | 111100 | 11011111 | 1 | 1001001 | 0 | 1101 | 100101011 | 1001000 | 110111 |
Color Harmonies of #DD3CDF
Complementary color
Monochromatic Colors of #DD3CDF
Black with #DD3CDF
Text Example
Text Example
White with #DD3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CDF; }
p { color: rgb(221,60,223); }
H1.HeaderClassName
{
color: #DD3CDF;
}
.AnyTagClassName
{
color: #DD3CDF;
}
</style>
background-color css
<style>
a { background-color: #DD3CDF; }
a { background-color: rgb(221,60,223); }
div.DivClassName
{
background-color: #DD3CDF;
}
.BgClassName
{
background-color: #DD3CDF;
}
</style>
border-color css
<style>
span { border-color: #DD3CDF; }
span { border-color: rgb(221,60,223); }
td.TdClassName
{
border-color: #DD3CDF;
}
.TagClassName
{
border-color: #DD3CDF;
}
</style>