Html Css Color HEX #DD50DA Free Speech Magenta
📋 copy color: '#DD50DA'red 221 ◦ green 80 ◦ blue 218
Shades of Free Speech Magenta #DD50DA
Tints of Free Speech Magenta #DD50DA
RGB
CMYK
RGB Variations
Color information
#DD50DA (or 0xDD50DA) is known color: Free Speech Magenta. HEX triplet: DD, 50 and DA. RGB value is (221,80,218). Sum of RGB (Red+Green+Blue) = 221+80+218=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50DA is #22AF25. Grayscale: #898989. Windows color (decimal): -2273062 or 14307549. OLE color: 14307549.
HSL color Cylindrical-coordinate representation of color #DD50DA: hue angle of 301.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50DA is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 218 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.13 |
| HSL | 301.28º | 0.67% | 0.59% | - |
| HSV(B) | 301.28º | 0.64% | 0.87% | - |
| XYZ | 45.34 | 26.17 | 68.99 | - |
| YUV | 137.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 218 | 0 | 0.64 | 0.01 | 0.13 | 301.28 | 0.67 | 0.59 |
| Hex | DD | 50 | DA | 0 | 40 | 1 | D | 12D | 43 | 3B |
| Octal | 335 | 120 | 332 | 0 | 100 | 1 | 15 | 455 | 103 | 73 |
| Binary | 11011101 | 1010000 | 11011010 | 0 | 1000000 | 1 | 1101 | 100101101 | 1000011 | 111011 |
Color Harmonies of #DD50DA
Complementary color
Monochromatic Colors of #DD50DA
Black with #DD50DA
Text Example
Text Example
White with #DD50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50DA; }
p { color: rgb(221,80,218); }
H1.HeaderClassName
{
color: #DD50DA;
}
.AnyTagClassName
{
color: #DD50DA;
}
</style>
background-color css
<style>
a { background-color: #DD50DA; }
a { background-color: rgb(221,80,218); }
div.DivClassName
{
background-color: #DD50DA;
}
.BgClassName
{
background-color: #DD50DA;
}
</style>
border-color css
<style>
span { border-color: #DD50DA; }
span { border-color: rgb(221,80,218); }
td.TdClassName
{
border-color: #DD50DA;
}
.TagClassName
{
border-color: #DD50DA;
}
</style>