Html Css Color HEX #DD63D9 Free Speech Magenta
📋 copy color: '#DD63D9'red 221 ◦ green 99 ◦ blue 217
Shades of Free Speech Magenta #DD63D9
Tints of Free Speech Magenta #DD63D9
RGB
CMYK
RGB Variations
Color information
#DD63D9 (or 0xDD63D9) is known color: Free Speech Magenta. HEX triplet: DD, 63 and D9. RGB value is (221,99,217). Sum of RGB (Red+Green+Blue) = 221+99+217=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63D9 is #229C26. Grayscale: #949494. Windows color (decimal): -2268199 or 14246877. OLE color: 14246877.
HSL color Cylindrical-coordinate representation of color #DD63D9: hue angle of 301.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD63D9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 217 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.13 |
| HSL | 301.97º | 0.64% | 0.63% | - |
| HSV(B) | 301.97º | 0.55% | 0.87% | - |
| XYZ | 46.81 | 29.31 | 68.84 | - |
| YUV | 148.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 217 | 0 | 0.55 | 0.02 | 0.13 | 301.97 | 0.64 | 0.63 |
| Hex | DD | 63 | D9 | 0 | 37 | 2 | D | 12E | 40 | 3F |
| Octal | 335 | 143 | 331 | 0 | 67 | 2 | 15 | 456 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11011001 | 0 | 110111 | 10 | 1101 | 100101110 | 1000000 | 111111 |
Color Harmonies of #DD63D9
Complementary color
Monochromatic Colors of #DD63D9
Black with #DD63D9
Text Example
Text Example
White with #DD63D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63D9; }
p { color: rgb(221,99,217); }
H1.HeaderClassName
{
color: #DD63D9;
}
.AnyTagClassName
{
color: #DD63D9;
}
</style>
background-color css
<style>
a { background-color: #DD63D9; }
a { background-color: rgb(221,99,217); }
div.DivClassName
{
background-color: #DD63D9;
}
.BgClassName
{
background-color: #DD63D9;
}
</style>
border-color css
<style>
span { border-color: #DD63D9; }
span { border-color: rgb(221,99,217); }
td.TdClassName
{
border-color: #DD63D9;
}
.TagClassName
{
border-color: #DD63D9;
}
</style>