Html Css Color HEX #DC46D5 Free Speech Magenta
📋 copy color: '#DC46D5'red 220 ◦ green 70 ◦ blue 213
Shades of Free Speech Magenta #DC46D5
Tints of Free Speech Magenta #DC46D5
RGB
CMYK
RGB Variations
Color information
#DC46D5 (or 0xDC46D5) is known color: Free Speech Magenta. HEX triplet: DC, 46 and D5. RGB value is (220,70,213). Sum of RGB (Red+Green+Blue) = 220+70+213=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46D5 is #23B92A. Grayscale: #828282. Windows color (decimal): -2341163 or 13977308. OLE color: 13977308.
HSL color Cylindrical-coordinate representation of color #DC46D5: hue angle of 302.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46D5 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 213 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.14 |
| HSL | 302.8º | 0.68% | 0.57% | - |
| HSV(B) | 302.8º | 0.68% | 0.86% | - |
| XYZ | 43.72 | 24.4 | 65.36 | - |
| YUV | 131.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 213 | 0 | 0.68 | 0.03 | 0.14 | 302.8 | 0.68 | 0.57 |
| Hex | DC | 46 | D5 | 0 | 44 | 3 | E | 12F | 44 | 39 |
| Octal | 334 | 106 | 325 | 0 | 104 | 3 | 16 | 457 | 104 | 71 |
| Binary | 11011100 | 1000110 | 11010101 | 0 | 1000100 | 11 | 1110 | 100101111 | 1000100 | 111001 |
Color Harmonies of #DC46D5
Complementary color
Monochromatic Colors of #DC46D5
Black with #DC46D5
Text Example
Text Example
White with #DC46D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46D5; }
p { color: rgb(220,70,213); }
H1.HeaderClassName
{
color: #DC46D5;
}
.AnyTagClassName
{
color: #DC46D5;
}
</style>
background-color css
<style>
a { background-color: #DC46D5; }
a { background-color: rgb(220,70,213); }
div.DivClassName
{
background-color: #DC46D5;
}
.BgClassName
{
background-color: #DC46D5;
}
</style>
border-color css
<style>
span { border-color: #DC46D5; }
span { border-color: rgb(220,70,213); }
td.TdClassName
{
border-color: #DC46D5;
}
.TagClassName
{
border-color: #DC46D5;
}
</style>