Html Css Color HEX #DC49D5 Free Speech Magenta
📋 copy color: '#DC49D5'red 220 ◦ green 73 ◦ blue 213
Shades of Free Speech Magenta #DC49D5
Tints of Free Speech Magenta #DC49D5
RGB
CMYK
RGB Variations
Color information
#DC49D5 (or 0xDC49D5) is known color: Free Speech Magenta. HEX triplet: DC, 49 and D5. RGB value is (220,73,213). Sum of RGB (Red+Green+Blue) = 220+73+213=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49D5 is #23B62A. Grayscale: #848484. Windows color (decimal): -2340395 or 13978076. OLE color: 13978076.
HSL color Cylindrical-coordinate representation of color #DC49D5: hue angle of 302.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC49D5 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 213 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.14 |
| HSL | 302.86º | 0.68% | 0.57% | - |
| HSV(B) | 302.86º | 0.67% | 0.86% | - |
| XYZ | 43.91 | 24.78 | 65.42 | - |
| YUV | 132.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 213 | 0 | 0.67 | 0.03 | 0.14 | 302.86 | 0.68 | 0.57 |
| Hex | DC | 49 | D5 | 0 | 43 | 3 | E | 12F | 44 | 39 |
| Octal | 334 | 111 | 325 | 0 | 103 | 3 | 16 | 457 | 104 | 71 |
| Binary | 11011100 | 1001001 | 11010101 | 0 | 1000011 | 11 | 1110 | 100101111 | 1000100 | 111001 |
Color Harmonies of #DC49D5
Complementary color
Monochromatic Colors of #DC49D5
Black with #DC49D5
Text Example
Text Example
White with #DC49D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49D5; }
p { color: rgb(220,73,213); }
H1.HeaderClassName
{
color: #DC49D5;
}
.AnyTagClassName
{
color: #DC49D5;
}
</style>
background-color css
<style>
a { background-color: #DC49D5; }
a { background-color: rgb(220,73,213); }
div.DivClassName
{
background-color: #DC49D5;
}
.BgClassName
{
background-color: #DC49D5;
}
</style>
border-color css
<style>
span { border-color: #DC49D5; }
span { border-color: rgb(220,73,213); }
td.TdClassName
{
border-color: #DC49D5;
}
.TagClassName
{
border-color: #DC49D5;
}
</style>