Html Css Color HEX #DC46CB Free Speech Magenta
📋 copy color: '#DC46CB'red 220 ◦ green 70 ◦ blue 203
Shades of Free Speech Magenta #DC46CB
Tints of Free Speech Magenta #DC46CB
RGB
CMYK
RGB Variations
Color information
#DC46CB (or 0xDC46CB) is known color: Free Speech Magenta. HEX triplet: DC, 46 and CB. RGB value is (220,70,203). Sum of RGB (Red+Green+Blue) = 220+70+203=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46CB is #23B934. Grayscale: #818181. Windows color (decimal): -2341173 or 13321948. OLE color: 13321948.
HSL color Cylindrical-coordinate representation of color #DC46CB: hue angle of 306.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 #DC46CB is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 203 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.14 |
| HSL | 306.8º | 0.68% | 0.57% | - |
| HSV(B) | 306.8º | 0.68% | 0.86% | - |
| XYZ | 42.48 | 23.91 | 58.88 | - |
| YUV | 130.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 203 | 0 | 0.68 | 0.08 | 0.14 | 306.8 | 0.68 | 0.57 |
| Hex | DC | 46 | CB | 0 | 44 | 8 | E | 133 | 44 | 39 |
| Octal | 334 | 106 | 313 | 0 | 104 | 10 | 16 | 463 | 104 | 71 |
| Binary | 11011100 | 1000110 | 11001011 | 0 | 1000100 | 1000 | 1110 | 100110011 | 1000100 | 111001 |
Color Harmonies of #DC46CB
Complementary color
Monochromatic Colors of #DC46CB
Black with #DC46CB
Text Example
Text Example
White with #DC46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46CB; }
p { color: rgb(220,70,203); }
H1.HeaderClassName
{
color: #DC46CB;
}
.AnyTagClassName
{
color: #DC46CB;
}
</style>
background-color css
<style>
a { background-color: #DC46CB; }
a { background-color: rgb(220,70,203); }
div.DivClassName
{
background-color: #DC46CB;
}
.BgClassName
{
background-color: #DC46CB;
}
</style>
border-color css
<style>
span { border-color: #DC46CB; }
span { border-color: rgb(220,70,203); }
td.TdClassName
{
border-color: #DC46CB;
}
.TagClassName
{
border-color: #DC46CB;
}
</style>