Html Css Color HEX #DD5ADC Free Speech Magenta
📋 copy color: '#DD5ADC'red 221 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #DD5ADC
Tints of Free Speech Magenta #DD5ADC
RGB
CMYK
RGB Variations
Color information
#DD5ADC (or 0xDD5ADC) is known color: Free Speech Magenta. HEX triplet: DD, 5A and DC. RGB value is (221,90,220). Sum of RGB (Red+Green+Blue) = 221+90+220=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ADC is #22A523. Grayscale: #8F8F8F. Windows color (decimal): -2270500 or 14441181. OLE color: 14441181.
HSL color Cylindrical-coordinate representation of color #DD5ADC: hue angle of 300.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5ADC is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 220 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.13 |
| HSL | 300.46º | 0.66% | 0.61% | - |
| HSV(B) | 300.46º | 0.59% | 0.87% | - |
| XYZ | 46.39 | 27.85 | 70.64 | - |
| YUV | 143.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 220 | 0 | 0.59 | 0.00 | 0.13 | 300.46 | 0.66 | 0.61 |
| Hex | DD | 5A | DC | 0 | 3B | 0 | D | 12C | 42 | 3D |
| Octal | 335 | 132 | 334 | 0 | 73 | 0 | 15 | 454 | 102 | 75 |
| Binary | 11011101 | 1011010 | 11011100 | 0 | 111011 | 0 | 1101 | 100101100 | 1000010 | 111101 |
Color Harmonies of #DD5ADC
Complementary color
Monochromatic Colors of #DD5ADC
Black with #DD5ADC
Text Example
Text Example
White with #DD5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5ADC; }
p { color: rgb(221,90,220); }
H1.HeaderClassName
{
color: #DD5ADC;
}
.AnyTagClassName
{
color: #DD5ADC;
}
</style>
background-color css
<style>
a { background-color: #DD5ADC; }
a { background-color: rgb(221,90,220); }
div.DivClassName
{
background-color: #DD5ADC;
}
.BgClassName
{
background-color: #DD5ADC;
}
</style>
border-color css
<style>
span { border-color: #DD5ADC; }
span { border-color: rgb(221,90,220); }
td.TdClassName
{
border-color: #DD5ADC;
}
.TagClassName
{
border-color: #DD5ADC;
}
</style>