Html Css Color HEX #DD3BCC Free Speech Magenta
📋 copy color: '#DD3BCC'red 221 ◦ green 59 ◦ blue 204
Shades of Free Speech Magenta #DD3BCC
Tints of Free Speech Magenta #DD3BCC
RGB
CMYK
RGB Variations
Color information
#DD3BCC (or 0xDD3BCC) is known color: Free Speech Magenta. HEX triplet: DD, 3B and CC. RGB value is (221,59,204). Sum of RGB (Red+Green+Blue) = 221+59+204=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BCC is #22C433. Grayscale: #7B7B7B. Windows color (decimal): -2278452 or 13384669. OLE color: 13384669.
HSL color Cylindrical-coordinate representation of color #DD3BCC: hue angle of 306.3º 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 #DD3BCC is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 204 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.13 |
| HSL | 306.3º | 0.7% | 0.55% | - |
| HSV(B) | 306.3º | 0.73% | 0.87% | - |
| XYZ | 42.28 | 22.86 | 59.31 | - |
| YUV | 123.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 204 | 0 | 0.73 | 0.08 | 0.13 | 306.3 | 0.7 | 0.55 |
| Hex | DD | 3B | CC | 0 | 49 | 8 | D | 132 | 46 | 37 |
| Octal | 335 | 73 | 314 | 0 | 111 | 10 | 15 | 462 | 106 | 67 |
| Binary | 11011101 | 111011 | 11001100 | 0 | 1001001 | 1000 | 1101 | 100110010 | 1000110 | 110111 |
Color Harmonies of #DD3BCC
Complementary color
Monochromatic Colors of #DD3BCC
Black with #DD3BCC
Text Example
Text Example
White with #DD3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3BCC; }
p { color: rgb(221,59,204); }
H1.HeaderClassName
{
color: #DD3BCC;
}
.AnyTagClassName
{
color: #DD3BCC;
}
</style>
background-color css
<style>
a { background-color: #DD3BCC; }
a { background-color: rgb(221,59,204); }
div.DivClassName
{
background-color: #DD3BCC;
}
.BgClassName
{
background-color: #DD3BCC;
}
</style>
border-color css
<style>
span { border-color: #DD3BCC; }
span { border-color: rgb(221,59,204); }
td.TdClassName
{
border-color: #DD3BCC;
}
.TagClassName
{
border-color: #DD3BCC;
}
</style>