Html Css Color HEX #DC61D4 Free Speech Magenta
📋 copy color: '#DC61D4'red 220 ◦ green 97 ◦ blue 212
Shades of Free Speech Magenta #DC61D4
Tints of Free Speech Magenta #DC61D4
RGB
CMYK
RGB Variations
Color information
#DC61D4 (or 0xDC61D4) is known color: Free Speech Magenta. HEX triplet: DC, 61 and D4. RGB value is (220,97,212). Sum of RGB (Red+Green+Blue) = 220+97+212=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61D4 is #239E2B. Grayscale: #929292. Windows color (decimal): -2334252 or 13918684. OLE color: 13918684.
HSL color Cylindrical-coordinate representation of color #DC61D4: hue angle of 303.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC61D4 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 212 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.14 |
| HSL | 303.9º | 0.64% | 0.62% | - |
| HSV(B) | 303.9º | 0.56% | 0.86% | - |
| XYZ | 45.67 | 28.52 | 65.38 | - |
| YUV | 146.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 212 | 0 | 0.56 | 0.04 | 0.14 | 303.9 | 0.64 | 0.62 |
| Hex | DC | 61 | D4 | 0 | 38 | 4 | E | 130 | 40 | 3E |
| Octal | 334 | 141 | 324 | 0 | 70 | 4 | 16 | 460 | 100 | 76 |
| Binary | 11011100 | 1100001 | 11010100 | 0 | 111000 | 100 | 1110 | 100110000 | 1000000 | 111110 |
Color Harmonies of #DC61D4
Complementary color
Monochromatic Colors of #DC61D4
Black with #DC61D4
Text Example
Text Example
White with #DC61D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61D4; }
p { color: rgb(220,97,212); }
H1.HeaderClassName
{
color: #DC61D4;
}
.AnyTagClassName
{
color: #DC61D4;
}
</style>
background-color css
<style>
a { background-color: #DC61D4; }
a { background-color: rgb(220,97,212); }
div.DivClassName
{
background-color: #DC61D4;
}
.BgClassName
{
background-color: #DC61D4;
}
</style>
border-color css
<style>
span { border-color: #DC61D4; }
span { border-color: rgb(220,97,212); }
td.TdClassName
{
border-color: #DC61D4;
}
.TagClassName
{
border-color: #DC61D4;
}
</style>