Html Css Color HEX #DD63E5 Free Speech Magenta
📋 copy color: '#DD63E5'red 221 ◦ green 99 ◦ blue 229
Shades of Free Speech Magenta #DD63E5
Tints of Free Speech Magenta #DD63E5
RGB
CMYK
RGB Variations
Color information
#DD63E5 (or 0xDD63E5) is known color: Free Speech Magenta. HEX triplet: DD, 63 and E5. RGB value is (221,99,229). Sum of RGB (Red+Green+Blue) = 221+99+229=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63E5 is #229C1A. Grayscale: #959595. Windows color (decimal): -2268187 or 15033309. OLE color: 15033309.
HSL color Cylindrical-coordinate representation of color #DD63E5: hue angle of 296.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD63E5 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 99 | 229 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.10 |
| HSL | 296.31º | 0.71% | 0.64% | - |
| HSV(B) | 296.31º | 0.57% | 0.9% | - |
| XYZ | 48.42 | 29.95 | 77.36 | - |
| YUV | 150.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 229 | 0.03 | 0.57 | 0 | 0.10 | 296.31 | 0.71 | 0.64 |
| Hex | DD | 63 | E5 | 3 | 39 | 0 | A | 128 | 47 | 40 |
| Octal | 335 | 143 | 345 | 3 | 71 | 0 | 12 | 450 | 107 | 100 |
| Binary | 11011101 | 1100011 | 11100101 | 11 | 111001 | 0 | 1010 | 100101000 | 1000111 | 1000000 |
Color Harmonies of #DD63E5
Complementary color
Monochromatic Colors of #DD63E5
Black with #DD63E5
Text Example
Text Example
White with #DD63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63E5; }
p { color: rgb(221,99,229); }
H1.HeaderClassName
{
color: #DD63E5;
}
.AnyTagClassName
{
color: #DD63E5;
}
</style>
background-color css
<style>
a { background-color: #DD63E5; }
a { background-color: rgb(221,99,229); }
div.DivClassName
{
background-color: #DD63E5;
}
.BgClassName
{
background-color: #DD63E5;
}
</style>
border-color css
<style>
span { border-color: #DD63E5; }
span { border-color: rgb(221,99,229); }
td.TdClassName
{
border-color: #DD63E5;
}
.TagClassName
{
border-color: #DD63E5;
}
</style>