Html Css Color HEX #DA4DD2 Free Speech Magenta
📋 copy color: '#DA4DD2'red 218 ◦ green 77 ◦ blue 210
Shades of Free Speech Magenta #DA4DD2
Tints of Free Speech Magenta #DA4DD2
RGB
CMYK
RGB Variations
Color information
#DA4DD2 (or 0xDA4DD2) is known color: Free Speech Magenta. HEX triplet: DA, 4D and D2. RGB value is (218,77,210). Sum of RGB (Red+Green+Blue) = 218+77+210=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DD2 is #25B22D. Grayscale: #858585. Windows color (decimal): -2470446 or 13782490. OLE color: 13782490.
HSL color Cylindrical-coordinate representation of color #DA4DD2: hue angle of 303.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DD2 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 210 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.15 |
| HSL | 303.4º | 0.66% | 0.58% | - |
| HSV(B) | 303.4º | 0.65% | 0.85% | - |
| XYZ | 43.2 | 24.87 | 63.5 | - |
| YUV | 134.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 210 | 0 | 0.65 | 0.04 | 0.15 | 303.4 | 0.66 | 0.58 |
| Hex | DA | 4D | D2 | 0 | 41 | 4 | F | 12F | 42 | 3A |
| Octal | 332 | 115 | 322 | 0 | 101 | 4 | 17 | 457 | 102 | 72 |
| Binary | 11011010 | 1001101 | 11010010 | 0 | 1000001 | 100 | 1111 | 100101111 | 1000010 | 111010 |
Color Harmonies of #DA4DD2
Complementary color
Monochromatic Colors of #DA4DD2
Black with #DA4DD2
Text Example
Text Example
White with #DA4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DD2; }
p { color: rgb(218,77,210); }
H1.HeaderClassName
{
color: #DA4DD2;
}
.AnyTagClassName
{
color: #DA4DD2;
}
</style>
background-color css
<style>
a { background-color: #DA4DD2; }
a { background-color: rgb(218,77,210); }
div.DivClassName
{
background-color: #DA4DD2;
}
.BgClassName
{
background-color: #DA4DD2;
}
</style>
border-color css
<style>
span { border-color: #DA4DD2; }
span { border-color: rgb(218,77,210); }
td.TdClassName
{
border-color: #DA4DD2;
}
.TagClassName
{
border-color: #DA4DD2;
}
</style>