Html Css Color HEX #DC62C4 Free Speech Magenta
📋 copy color: '#DC62C4'red 220 ◦ green 98 ◦ blue 196
Shades of Free Speech Magenta #DC62C4
Tints of Free Speech Magenta #DC62C4
RGB
CMYK
RGB Variations
Color information
#DC62C4 (or 0xDC62C4) is known color: Free Speech Magenta. HEX triplet: DC, 62 and C4. RGB value is (220,98,196). Sum of RGB (Red+Green+Blue) = 220+98+196=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62C4 is #239D3B. Grayscale: #919191. Windows color (decimal): -2334012 or 12870364. OLE color: 12870364.
HSL color Cylindrical-coordinate representation of color #DC62C4: hue angle of 311.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62C4 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 196 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.14 |
| HSL | 311.8º | 0.64% | 0.62% | - |
| HSV(B) | 311.8º | 0.55% | 0.86% | - |
| XYZ | 43.85 | 27.94 | 55.31 | - |
| YUV | 145.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 196 | 0 | 0.55 | 0.11 | 0.14 | 311.8 | 0.64 | 0.62 |
| Hex | DC | 62 | C4 | 0 | 37 | B | E | 138 | 40 | 3E |
| Octal | 334 | 142 | 304 | 0 | 67 | 13 | 16 | 470 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11000100 | 0 | 110111 | 1011 | 1110 | 100111000 | 1000000 | 111110 |
Color Harmonies of #DC62C4
Complementary color
Monochromatic Colors of #DC62C4
Black with #DC62C4
Text Example
Text Example
White with #DC62C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62C4; }
p { color: rgb(220,98,196); }
H1.HeaderClassName
{
color: #DC62C4;
}
.AnyTagClassName
{
color: #DC62C4;
}
</style>
background-color css
<style>
a { background-color: #DC62C4; }
a { background-color: rgb(220,98,196); }
div.DivClassName
{
background-color: #DC62C4;
}
.BgClassName
{
background-color: #DC62C4;
}
</style>
border-color css
<style>
span { border-color: #DC62C4; }
span { border-color: rgb(220,98,196); }
td.TdClassName
{
border-color: #DC62C4;
}
.TagClassName
{
border-color: #DC62C4;
}
</style>