Html Css Color HEX #DA58C1 Free Speech Magenta
📋 copy color: '#DA58C1'red 218 ◦ green 88 ◦ blue 193
Shades of Free Speech Magenta #DA58C1
Tints of Free Speech Magenta #DA58C1
RGB
CMYK
RGB Variations
Color information
#DA58C1 (or 0xDA58C1) is known color: Free Speech Magenta. HEX triplet: DA, 58 and C1. RGB value is (218,88,193). Sum of RGB (Red+Green+Blue) = 218+88+193=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58C1 is #25A73E. Grayscale: #8A8A8A. Windows color (decimal): -2467647 or 12671194. OLE color: 12671194.
HSL color Cylindrical-coordinate representation of color #DA58C1: hue angle of 311.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA58C1 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 193 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.15 |
| HSL | 311.54º | 0.64% | 0.6% | - |
| HSV(B) | 311.54º | 0.6% | 0.85% | - |
| XYZ | 42.03 | 25.74 | 53.2 | - |
| YUV | 138.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 193 | 0 | 0.60 | 0.11 | 0.15 | 311.54 | 0.64 | 0.6 |
| Hex | DA | 58 | C1 | 0 | 3C | B | F | 138 | 40 | 3C |
| Octal | 332 | 130 | 301 | 0 | 74 | 13 | 17 | 470 | 100 | 74 |
| Binary | 11011010 | 1011000 | 11000001 | 0 | 111100 | 1011 | 1111 | 100111000 | 1000000 | 111100 |
Color Harmonies of #DA58C1
Complementary color
Monochromatic Colors of #DA58C1
Black with #DA58C1
Text Example
Text Example
White with #DA58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58C1; }
p { color: rgb(218,88,193); }
H1.HeaderClassName
{
color: #DA58C1;
}
.AnyTagClassName
{
color: #DA58C1;
}
</style>
background-color css
<style>
a { background-color: #DA58C1; }
a { background-color: rgb(218,88,193); }
div.DivClassName
{
background-color: #DA58C1;
}
.BgClassName
{
background-color: #DA58C1;
}
</style>
border-color css
<style>
span { border-color: #DA58C1; }
span { border-color: rgb(218,88,193); }
td.TdClassName
{
border-color: #DA58C1;
}
.TagClassName
{
border-color: #DA58C1;
}
</style>