Html Css Color HEX #DD63E3 Free Speech Magenta
📋 copy color: '#DD63E3'red 221 ◦ green 99 ◦ blue 227
Shades of Free Speech Magenta #DD63E3
Tints of Free Speech Magenta #DD63E3
RGB
CMYK
RGB Variations
Color information
#DD63E3 (or 0xDD63E3) is known color: Free Speech Magenta. HEX triplet: DD, 63 and E3. RGB value is (221,99,227). Sum of RGB (Red+Green+Blue) = 221+99+227=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD63E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63E3 is #229C1C. Grayscale: #959595. Windows color (decimal): -2268189 or 14902237. OLE color: 14902237.
HSL color Cylindrical-coordinate representation of color #DD63E3: hue angle of 297.19º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD63E3 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 99 | 227 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.11 |
| HSL | 297.19º | 0.7% | 0.64% | - |
| HSV(B) | 297.19º | 0.56% | 0.89% | - |
| XYZ | 48.15 | 29.84 | 75.9 | - |
| YUV | 150.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 227 | 0.03 | 0.56 | 0 | 0.11 | 297.19 | 0.7 | 0.64 |
| Hex | DD | 63 | E3 | 3 | 38 | 0 | B | 129 | 46 | 40 |
| Octal | 335 | 143 | 343 | 3 | 70 | 0 | 13 | 451 | 106 | 100 |
| Binary | 11011101 | 1100011 | 11100011 | 11 | 111000 | 0 | 1011 | 100101001 | 1000110 | 1000000 |
Color Harmonies of #DD63E3
Complementary color
Monochromatic Colors of #DD63E3
Black with #DD63E3
Text Example
Text Example
White with #DD63E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63E3; }
p { color: rgb(221,99,227); }
H1.HeaderClassName
{
color: #DD63E3;
}
.AnyTagClassName
{
color: #DD63E3;
}
</style>
background-color css
<style>
a { background-color: #DD63E3; }
a { background-color: rgb(221,99,227); }
div.DivClassName
{
background-color: #DD63E3;
}
.BgClassName
{
background-color: #DD63E3;
}
</style>
border-color css
<style>
span { border-color: #DD63E3; }
span { border-color: rgb(221,99,227); }
td.TdClassName
{
border-color: #DD63E3;
}
.TagClassName
{
border-color: #DD63E3;
}
</style>