Html Css Color HEX #DC38D4 Free Speech Magenta
📋 copy color: '#DC38D4'red 220 ◦ green 56 ◦ blue 212
Shades of Free Speech Magenta #DC38D4
Tints of Free Speech Magenta #DC38D4
RGB
CMYK
RGB Variations
Color information
#DC38D4 (or 0xDC38D4) is known color: Free Speech Magenta. HEX triplet: DC, 38 and D4. RGB value is (220,56,212). Sum of RGB (Red+Green+Blue) = 220+56+212=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38D4 is #23C72B. Grayscale: #7A7A7A. Windows color (decimal): -2344748 or 13908188. OLE color: 13908188.
HSL color Cylindrical-coordinate representation of color #DC38D4: hue angle of 302.93º 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 #DC38D4 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 212 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.14 |
| HSL | 302.93º | 0.7% | 0.54% | - |
| HSV(B) | 302.93º | 0.75% | 0.86% | - |
| XYZ | 42.81 | 22.8 | 64.43 | - |
| YUV | 122.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 212 | 0 | 0.75 | 0.04 | 0.14 | 302.93 | 0.7 | 0.54 |
| Hex | DC | 38 | D4 | 0 | 4B | 4 | E | 12F | 46 | 36 |
| Octal | 334 | 70 | 324 | 0 | 113 | 4 | 16 | 457 | 106 | 66 |
| Binary | 11011100 | 111000 | 11010100 | 0 | 1001011 | 100 | 1110 | 100101111 | 1000110 | 110110 |
Color Harmonies of #DC38D4
Complementary color
Monochromatic Colors of #DC38D4
Black with #DC38D4
Text Example
Text Example
White with #DC38D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38D4; }
p { color: rgb(220,56,212); }
H1.HeaderClassName
{
color: #DC38D4;
}
.AnyTagClassName
{
color: #DC38D4;
}
</style>
background-color css
<style>
a { background-color: #DC38D4; }
a { background-color: rgb(220,56,212); }
div.DivClassName
{
background-color: #DC38D4;
}
.BgClassName
{
background-color: #DC38D4;
}
</style>
border-color css
<style>
span { border-color: #DC38D4; }
span { border-color: rgb(220,56,212); }
td.TdClassName
{
border-color: #DC38D4;
}
.TagClassName
{
border-color: #DC38D4;
}
</style>