Html Css Color HEX #DC30DF Free Speech Magenta
📋 copy color: '#DC30DF'red 220 ◦ green 48 ◦ blue 223
Shades of Free Speech Magenta #DC30DF
Tints of Free Speech Magenta #DC30DF
RGB
CMYK
RGB Variations
Color information
#DC30DF (or 0xDC30DF) is known color: Free Speech Magenta. HEX triplet: DC, 30 and DF. RGB value is (220,48,223). Sum of RGB (Red+Green+Blue) = 220+48+223=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30DF is #23CF20. Grayscale: #767676. Windows color (decimal): -2346785 or 14627036. OLE color: 14627036.
HSL color Cylindrical-coordinate representation of color #DC30DF: hue angle of 298.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC30DF is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 48 | 223 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.13 |
| HSL | 298.97º | 0.73% | 0.53% | - |
| HSV(B) | 298.97º | 0.78% | 0.87% | - |
| XYZ | 43.89 | 22.66 | 71.87 | - |
| YUV | 119.38 | 186.48 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 223 | 0.01 | 0.78 | 0 | 0.13 | 298.97 | 0.73 | 0.53 |
| Hex | DC | 30 | DF | 1 | 4E | 0 | D | 12B | 49 | 35 |
| Octal | 334 | 60 | 337 | 1 | 116 | 0 | 15 | 453 | 111 | 65 |
| Binary | 11011100 | 110000 | 11011111 | 1 | 1001110 | 0 | 1101 | 100101011 | 1001001 | 110101 |
Color Harmonies of #DC30DF
Complementary color
Monochromatic Colors of #DC30DF
Black with #DC30DF
Text Example
Text Example
White with #DC30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30DF; }
p { color: rgb(220,48,223); }
H1.HeaderClassName
{
color: #DC30DF;
}
.AnyTagClassName
{
color: #DC30DF;
}
</style>
background-color css
<style>
a { background-color: #DC30DF; }
a { background-color: rgb(220,48,223); }
div.DivClassName
{
background-color: #DC30DF;
}
.BgClassName
{
background-color: #DC30DF;
}
</style>
border-color css
<style>
span { border-color: #DC30DF; }
span { border-color: rgb(220,48,223); }
td.TdClassName
{
border-color: #DC30DF;
}
.TagClassName
{
border-color: #DC30DF;
}
</style>