Html Css Color HEX #DD63E9 Free Speech Magenta
📋 copy color: '#DD63E9'red 221 ◦ green 99 ◦ blue 233
Shades of Free Speech Magenta #DD63E9
Tints of Free Speech Magenta #DD63E9
RGB
CMYK
RGB Variations
Color information
#DD63E9 (or 0xDD63E9) is known color: Free Speech Magenta. HEX triplet: DD, 63 and E9. RGB value is (221,99,233). Sum of RGB (Red+Green+Blue) = 221+99+233=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63E9 is #229C16. Grayscale: #969696. Windows color (decimal): -2268183 or 15295453. OLE color: 15295453.
HSL color Cylindrical-coordinate representation of color #DD63E9: hue angle of 294.63º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD63E9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 99 | 233 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.09 |
| HSL | 294.63º | 0.75% | 0.65% | - |
| HSV(B) | 294.63º | 0.58% | 0.91% | - |
| XYZ | 48.99 | 30.18 | 80.33 | - |
| YUV | 150.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 233 | 0.05 | 0.58 | 0 | 0.09 | 294.63 | 0.75 | 0.65 |
| Hex | DD | 63 | E9 | 5 | 3A | 0 | 9 | 127 | 4B | 41 |
| Octal | 335 | 143 | 351 | 5 | 72 | 0 | 11 | 447 | 113 | 101 |
| Binary | 11011101 | 1100011 | 11101001 | 101 | 111010 | 0 | 1001 | 100100111 | 1001011 | 1000001 |
Color Harmonies of #DD63E9
Complementary color
Monochromatic Colors of #DD63E9
Black with #DD63E9
Text Example
Text Example
White with #DD63E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63E9; }
p { color: rgb(221,99,233); }
H1.HeaderClassName
{
color: #DD63E9;
}
.AnyTagClassName
{
color: #DD63E9;
}
</style>
background-color css
<style>
a { background-color: #DD63E9; }
a { background-color: rgb(221,99,233); }
div.DivClassName
{
background-color: #DD63E9;
}
.BgClassName
{
background-color: #DD63E9;
}
</style>
border-color css
<style>
span { border-color: #DD63E9; }
span { border-color: rgb(221,99,233); }
td.TdClassName
{
border-color: #DD63E9;
}
.TagClassName
{
border-color: #DD63E9;
}
</style>