Html Css Color HEX #DD63D8 Free Speech Magenta
📋 copy color: '#DD63D8'red 221 ◦ green 99 ◦ blue 216
Shades of Free Speech Magenta #DD63D8
Tints of Free Speech Magenta #DD63D8
RGB
CMYK
RGB Variations
Color information
#DD63D8 (or 0xDD63D8) is known color: Free Speech Magenta. HEX triplet: DD, 63 and D8. RGB value is (221,99,216). Sum of RGB (Red+Green+Blue) = 221+99+216=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63D8 is #229C27. Grayscale: #949494. Windows color (decimal): -2268200 or 14181341. OLE color: 14181341.
HSL color Cylindrical-coordinate representation of color #DD63D8: hue angle of 302.46º 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 #DD63D8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 216 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.13 |
| HSL | 302.46º | 0.64% | 0.63% | - |
| HSV(B) | 302.46º | 0.55% | 0.87% | - |
| XYZ | 46.68 | 29.25 | 68.15 | - |
| YUV | 148.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 216 | 0 | 0.55 | 0.02 | 0.13 | 302.46 | 0.64 | 0.63 |
| Hex | DD | 63 | D8 | 0 | 37 | 2 | D | 12E | 40 | 3F |
| Octal | 335 | 143 | 330 | 0 | 67 | 2 | 15 | 456 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11011000 | 0 | 110111 | 10 | 1101 | 100101110 | 1000000 | 111111 |
Color Harmonies of #DD63D8
Complementary color
Monochromatic Colors of #DD63D8
Black with #DD63D8
Text Example
Text Example
White with #DD63D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63D8; }
p { color: rgb(221,99,216); }
H1.HeaderClassName
{
color: #DD63D8;
}
.AnyTagClassName
{
color: #DD63D8;
}
</style>
background-color css
<style>
a { background-color: #DD63D8; }
a { background-color: rgb(221,99,216); }
div.DivClassName
{
background-color: #DD63D8;
}
.BgClassName
{
background-color: #DD63D8;
}
</style>
border-color css
<style>
span { border-color: #DD63D8; }
span { border-color: rgb(221,99,216); }
td.TdClassName
{
border-color: #DD63D8;
}
.TagClassName
{
border-color: #DD63D8;
}
</style>