Html Css Color HEX #DD5AD4 Free Speech Magenta
📋 copy color: '#DD5AD4'red 221 ◦ green 90 ◦ blue 212
Shades of Free Speech Magenta #DD5AD4
Tints of Free Speech Magenta #DD5AD4
RGB
CMYK
RGB Variations
Color information
#DD5AD4 (or 0xDD5AD4) is known color: Free Speech Magenta. HEX triplet: DD, 5A and D4. RGB value is (221,90,212). Sum of RGB (Red+Green+Blue) = 221+90+212=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AD4 is #22A52B. Grayscale: #8E8E8E. Windows color (decimal): -2270508 or 13916893. OLE color: 13916893.
HSL color Cylindrical-coordinate representation of color #DD5AD4: hue angle of 304.12º 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 #DD5AD4 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 212 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.13 |
| HSL | 304.12º | 0.66% | 0.61% | - |
| HSV(B) | 304.12º | 0.59% | 0.87% | - |
| XYZ | 45.36 | 27.44 | 65.19 | - |
| YUV | 143.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 212 | 0 | 0.59 | 0.04 | 0.13 | 304.12 | 0.66 | 0.61 |
| Hex | DD | 5A | D4 | 0 | 3B | 4 | D | 130 | 42 | 3D |
| Octal | 335 | 132 | 324 | 0 | 73 | 4 | 15 | 460 | 102 | 75 |
| Binary | 11011101 | 1011010 | 11010100 | 0 | 111011 | 100 | 1101 | 100110000 | 1000010 | 111101 |
Color Harmonies of #DD5AD4
Complementary color
Monochromatic Colors of #DD5AD4
Black with #DD5AD4
Text Example
Text Example
White with #DD5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AD4; }
p { color: rgb(221,90,212); }
H1.HeaderClassName
{
color: #DD5AD4;
}
.AnyTagClassName
{
color: #DD5AD4;
}
</style>
background-color css
<style>
a { background-color: #DD5AD4; }
a { background-color: rgb(221,90,212); }
div.DivClassName
{
background-color: #DD5AD4;
}
.BgClassName
{
background-color: #DD5AD4;
}
</style>
border-color css
<style>
span { border-color: #DD5AD4; }
span { border-color: rgb(221,90,212); }
td.TdClassName
{
border-color: #DD5AD4;
}
.TagClassName
{
border-color: #DD5AD4;
}
</style>