Html Css Color HEX #DC49DF Free Speech Magenta
📋 copy color: '#DC49DF'red 220 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #DC49DF
Tints of Free Speech Magenta #DC49DF
RGB
CMYK
RGB Variations
Color information
#DC49DF (or 0xDC49DF) is known color: Free Speech Magenta. HEX triplet: DC, 49 and DF. RGB value is (220,73,223). Sum of RGB (Red+Green+Blue) = 220+73+223=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49DF is #23B620. Grayscale: #858585. Windows color (decimal): -2340385 or 14633436. OLE color: 14633436.
HSL color Cylindrical-coordinate representation of color #DC49DF: hue angle of 298.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC49DF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 73 | 223 | - |
CMYK | 0.01 | 0.67 | 0 | 0.13 |
HSL | 298.8º | 0.7% | 0.58% | - |
HSV(B) | 298.8º | 0.67% | 0.87% | - |
XYZ | 45.22 | 25.31 | 72.31 | - |
YUV | 134.05 | 178.2 | 189.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 73 | 223 | 0.01 | 0.67 | 0 | 0.13 | 298.8 | 0.7 | 0.58 |
Hex | DC | 49 | DF | 1 | 43 | 0 | D | 12B | 46 | 3A |
Octal | 334 | 111 | 337 | 1 | 103 | 0 | 15 | 453 | 106 | 72 |
Binary | 11011100 | 1001001 | 11011111 | 1 | 1000011 | 0 | 1101 | 100101011 | 1000110 | 111010 |
Color Harmonies of #DC49DF
Complementary color
Monochromatic Colors of #DC49DF
Black with #DC49DF
Text Example
Text Example
White with #DC49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49DF; }
p { color: rgb(220,73,223); }
H1.HeaderClassName
{
color: #DC49DF;
}
.AnyTagClassName
{
color: #DC49DF;
}
</style>
background-color css
<style>
a { background-color: #DC49DF; }
a { background-color: rgb(220,73,223); }
div.DivClassName
{
background-color: #DC49DF;
}
.BgClassName
{
background-color: #DC49DF;
}
</style>
border-color css
<style>
span { border-color: #DC49DF; }
span { border-color: rgb(220,73,223); }
td.TdClassName
{
border-color: #DC49DF;
}
.TagClassName
{
border-color: #DC49DF;
}
</style>