Html Css Color HEX #DC38D3 Free Speech Magenta
📋 copy color: '#DC38D3'red 220 ◦ green 56 ◦ blue 211
Shades of Free Speech Magenta #DC38D3
Tints of Free Speech Magenta #DC38D3
RGB
CMYK
RGB Variations
Color information
#DC38D3 (or 0xDC38D3) is known color: Free Speech Magenta. HEX triplet: DC, 38 and D3. RGB value is (220,56,211). Sum of RGB (Red+Green+Blue) = 220+56+211=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38D3 is #23C72C. Grayscale: #7A7A7A. Windows color (decimal): -2344749 or 13842652. OLE color: 13842652.
HSL color Cylindrical-coordinate representation of color #DC38D3: hue angle of 303.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38D3 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 211 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.14 |
| HSL | 303.29º | 0.7% | 0.54% | - |
| HSV(B) | 303.29º | 0.75% | 0.86% | - |
| XYZ | 42.69 | 22.75 | 63.77 | - |
| YUV | 122.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 211 | 0 | 0.75 | 0.04 | 0.14 | 303.29 | 0.7 | 0.54 |
| Hex | DC | 38 | D3 | 0 | 4B | 4 | E | 12F | 46 | 36 |
| Octal | 334 | 70 | 323 | 0 | 113 | 4 | 16 | 457 | 106 | 66 |
| Binary | 11011100 | 111000 | 11010011 | 0 | 1001011 | 100 | 1110 | 100101111 | 1000110 | 110110 |
Color Harmonies of #DC38D3
Complementary color
Monochromatic Colors of #DC38D3
Black with #DC38D3
Text Example
Text Example
White with #DC38D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38D3; }
p { color: rgb(220,56,211); }
H1.HeaderClassName
{
color: #DC38D3;
}
.AnyTagClassName
{
color: #DC38D3;
}
</style>
background-color css
<style>
a { background-color: #DC38D3; }
a { background-color: rgb(220,56,211); }
div.DivClassName
{
background-color: #DC38D3;
}
.BgClassName
{
background-color: #DC38D3;
}
</style>
border-color css
<style>
span { border-color: #DC38D3; }
span { border-color: rgb(220,56,211); }
td.TdClassName
{
border-color: #DC38D3;
}
.TagClassName
{
border-color: #DC38D3;
}
</style>