Html Css Color HEX #DC32DD Free Speech Magenta
📋 copy color: '#DC32DD'red 220 ◦ green 50 ◦ blue 221
Shades of Free Speech Magenta #DC32DD
Tints of Free Speech Magenta #DC32DD
RGB
CMYK
RGB Variations
Color information
#DC32DD (or 0xDC32DD) is known color: Free Speech Magenta. HEX triplet: DC, 32 and DD. RGB value is (220,50,221). Sum of RGB (Red+Green+Blue) = 220+50+221=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC32DD is #23CD22. Grayscale: #777777. Windows color (decimal): -2346275 or 14496476. OLE color: 14496476.
HSL color Cylindrical-coordinate representation of color #DC32DD: hue angle of 299.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32DD is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 50 | 221 | - |
| CMYK | 0.00 | 0.77 | 0 | 0.13 |
| HSL | 299.65º | 0.72% | 0.53% | - |
| HSV(B) | 299.65º | 0.77% | 0.87% | - |
| XYZ | 43.71 | 22.72 | 70.49 | - |
| YUV | 120.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 221 | 0.00 | 0.77 | 0 | 0.13 | 299.65 | 0.72 | 0.53 |
| Hex | DC | 32 | DD | 0 | 4D | 0 | D | 12C | 48 | 35 |
| Octal | 334 | 62 | 335 | 0 | 115 | 0 | 15 | 454 | 110 | 65 |
| Binary | 11011100 | 110010 | 11011101 | 0 | 1001101 | 0 | 1101 | 100101100 | 1001000 | 110101 |
Color Harmonies of #DC32DD
Complementary color
Monochromatic Colors of #DC32DD
Black with #DC32DD
Text Example
Text Example
White with #DC32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32DD; }
p { color: rgb(220,50,221); }
H1.HeaderClassName
{
color: #DC32DD;
}
.AnyTagClassName
{
color: #DC32DD;
}
</style>
background-color css
<style>
a { background-color: #DC32DD; }
a { background-color: rgb(220,50,221); }
div.DivClassName
{
background-color: #DC32DD;
}
.BgClassName
{
background-color: #DC32DD;
}
</style>
border-color css
<style>
span { border-color: #DC32DD; }
span { border-color: rgb(220,50,221); }
td.TdClassName
{
border-color: #DC32DD;
}
.TagClassName
{
border-color: #DC32DD;
}
</style>