Html Css Color HEX #DC37DD Free Speech Magenta
📋 copy color: '#DC37DD'red 220 ◦ green 55 ◦ blue 221
Shades of Free Speech Magenta #DC37DD
Tints of Free Speech Magenta #DC37DD
RGB
CMYK
RGB Variations
Color information
#DC37DD (or 0xDC37DD) is known color: Free Speech Magenta. HEX triplet: DC, 37 and DD. RGB value is (220,55,221). Sum of RGB (Red+Green+Blue) = 220+55+221=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 55 (21.88% from 255 or 11.09% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC37DD is #23C822. Grayscale: #7A7A7A. Windows color (decimal): -2344995 or 14497756. OLE color: 14497756.
HSL color Cylindrical-coordinate representation of color #DC37DD: hue angle of 299.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC37DD is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 55 | 221 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.13 |
| HSL | 299.64º | 0.71% | 0.54% | - |
| HSV(B) | 299.64º | 0.75% | 0.87% | - |
| XYZ | 43.93 | 23.17 | 70.56 | - |
| YUV | 123.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 221 | 0.00 | 0.75 | 0 | 0.13 | 299.64 | 0.71 | 0.54 |
| Hex | DC | 37 | DD | 0 | 4B | 0 | D | 12C | 47 | 36 |
| Octal | 334 | 67 | 335 | 0 | 113 | 0 | 15 | 454 | 107 | 66 |
| Binary | 11011100 | 110111 | 11011101 | 0 | 1001011 | 0 | 1101 | 100101100 | 1000111 | 110110 |
Color Harmonies of #DC37DD
Complementary color
Monochromatic Colors of #DC37DD
Black with #DC37DD
Text Example
Text Example
White with #DC37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37DD; }
p { color: rgb(220,55,221); }
H1.HeaderClassName
{
color: #DC37DD;
}
.AnyTagClassName
{
color: #DC37DD;
}
</style>
background-color css
<style>
a { background-color: #DC37DD; }
a { background-color: rgb(220,55,221); }
div.DivClassName
{
background-color: #DC37DD;
}
.BgClassName
{
background-color: #DC37DD;
}
</style>
border-color css
<style>
span { border-color: #DC37DD; }
span { border-color: rgb(220,55,221); }
td.TdClassName
{
border-color: #DC37DD;
}
.TagClassName
{
border-color: #DC37DD;
}
</style>