Html Css Color HEX #DA4ADC Free Speech Magenta
📋 copy color: '#DA4ADC'red 218 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #DA4ADC
Tints of Free Speech Magenta #DA4ADC
RGB
CMYK
RGB Variations
Color information
#DA4ADC (or 0xDA4ADC) is known color: Free Speech Magenta. HEX triplet: DA, 4A and DC. RGB value is (218,74,220). Sum of RGB (Red+Green+Blue) = 218+74+220=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4ADC is #25B523. Grayscale: #858585. Windows color (decimal): -2471204 or 14437082. OLE color: 14437082.
HSL color Cylindrical-coordinate representation of color #DA4ADC: hue angle of 299.18º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4ADC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 74 | 220 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.14 |
| HSL | 299.18º | 0.68% | 0.58% | - |
| HSV(B) | 299.18º | 0.66% | 0.86% | - |
| XYZ | 44.28 | 24.97 | 70.2 | - |
| YUV | 133.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 220 | 0.01 | 0.66 | 0 | 0.14 | 299.18 | 0.68 | 0.58 |
| Hex | DA | 4A | DC | 1 | 42 | 0 | E | 12B | 44 | 3A |
| Octal | 332 | 112 | 334 | 1 | 102 | 0 | 16 | 453 | 104 | 72 |
| Binary | 11011010 | 1001010 | 11011100 | 1 | 1000010 | 0 | 1110 | 100101011 | 1000100 | 111010 |
Color Harmonies of #DA4ADC
Complementary color
Monochromatic Colors of #DA4ADC
Black with #DA4ADC
Text Example
Text Example
White with #DA4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4ADC; }
p { color: rgb(218,74,220); }
H1.HeaderClassName
{
color: #DA4ADC;
}
.AnyTagClassName
{
color: #DA4ADC;
}
</style>
background-color css
<style>
a { background-color: #DA4ADC; }
a { background-color: rgb(218,74,220); }
div.DivClassName
{
background-color: #DA4ADC;
}
.BgClassName
{
background-color: #DA4ADC;
}
</style>
border-color css
<style>
span { border-color: #DA4ADC; }
span { border-color: rgb(218,74,220); }
td.TdClassName
{
border-color: #DA4ADC;
}
.TagClassName
{
border-color: #DA4ADC;
}
</style>