Html Css Color HEX #DC46DA Free Speech Magenta
📋 copy color: '#DC46DA'red 220 ◦ green 70 ◦ blue 218
Shades of Free Speech Magenta #DC46DA
Tints of Free Speech Magenta #DC46DA
RGB
CMYK
RGB Variations
Color information
#DC46DA (or 0xDC46DA) is known color: Free Speech Magenta. HEX triplet: DC, 46 and DA. RGB value is (220,70,218). Sum of RGB (Red+Green+Blue) = 220+70+218=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46DA is #23B925. Grayscale: #838383. Windows color (decimal): -2341158 or 14304988. OLE color: 14304988.
HSL color Cylindrical-coordinate representation of color #DC46DA: hue angle of 300.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46DA is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 70 | 218 | - |
CMYK | 0 | 0.68 | 0.01 | 0.14 |
HSL | 300.8º | 0.68% | 0.57% | - |
HSV(B) | 300.8º | 0.68% | 0.86% | - |
XYZ | 44.36 | 24.66 | 68.75 | - |
YUV | 131.72 | 176.7 | 190.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 70 | 218 | 0 | 0.68 | 0.01 | 0.14 | 300.8 | 0.68 | 0.57 |
Hex | DC | 46 | DA | 0 | 44 | 1 | E | 12D | 44 | 39 |
Octal | 334 | 106 | 332 | 0 | 104 | 1 | 16 | 455 | 104 | 71 |
Binary | 11011100 | 1000110 | 11011010 | 0 | 1000100 | 1 | 1110 | 100101101 | 1000100 | 111001 |
Color Harmonies of #DC46DA
Complementary color
Monochromatic Colors of #DC46DA
Black with #DC46DA
Text Example
Text Example
White with #DC46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46DA; }
p { color: rgb(220,70,218); }
H1.HeaderClassName
{
color: #DC46DA;
}
.AnyTagClassName
{
color: #DC46DA;
}
</style>
background-color css
<style>
a { background-color: #DC46DA; }
a { background-color: rgb(220,70,218); }
div.DivClassName
{
background-color: #DC46DA;
}
.BgClassName
{
background-color: #DC46DA;
}
</style>
border-color css
<style>
span { border-color: #DC46DA; }
span { border-color: rgb(220,70,218); }
td.TdClassName
{
border-color: #DC46DA;
}
.TagClassName
{
border-color: #DC46DA;
}
</style>