Html Css Color HEX #DC44E6 Free Speech Magenta
📋 copy color: '#DC44E6'red 220 ◦ green 68 ◦ blue 230
Shades of Free Speech Magenta #DC44E6
Tints of Free Speech Magenta #DC44E6
RGB
CMYK
RGB Variations
Color information
#DC44E6 (or 0xDC44E6) is known color: Free Speech Magenta. HEX triplet: DC, 44 and E6. RGB value is (220,68,230). Sum of RGB (Red+Green+Blue) = 220+68+230=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC44E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC44E6 is #23BB19. Grayscale: #838383. Windows color (decimal): -2341658 or 15090908. OLE color: 15090908.
HSL color Cylindrical-coordinate representation of color #DC44E6: hue angle of 296.3º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC44E6 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 68 | 230 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.10 |
| HSL | 296.3º | 0.76% | 0.58% | - |
| HSV(B) | 296.3º | 0.7% | 0.9% | - |
| XYZ | 45.87 | 25.06 | 77.28 | - |
| YUV | 131.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 230 | 0.04 | 0.70 | 0 | 0.10 | 296.3 | 0.76 | 0.58 |
| Hex | DC | 44 | E6 | 4 | 46 | 0 | A | 128 | 4C | 3A |
| Octal | 334 | 104 | 346 | 4 | 106 | 0 | 12 | 450 | 114 | 72 |
| Binary | 11011100 | 1000100 | 11100110 | 100 | 1000110 | 0 | 1010 | 100101000 | 1001100 | 111010 |
Color Harmonies of #DC44E6
Complementary color
Monochromatic Colors of #DC44E6
Black with #DC44E6
Text Example
Text Example
White with #DC44E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC44E6; }
p { color: rgb(220,68,230); }
H1.HeaderClassName
{
color: #DC44E6;
}
.AnyTagClassName
{
color: #DC44E6;
}
</style>
background-color css
<style>
a { background-color: #DC44E6; }
a { background-color: rgb(220,68,230); }
div.DivClassName
{
background-color: #DC44E6;
}
.BgClassName
{
background-color: #DC44E6;
}
</style>
border-color css
<style>
span { border-color: #DC44E6; }
span { border-color: rgb(220,68,230); }
td.TdClassName
{
border-color: #DC44E6;
}
.TagClassName
{
border-color: #DC44E6;
}
</style>