Html Css Color HEX #DD63E6 Free Speech Magenta
📋 copy color: '#DD63E6'red 221 ◦ green 99 ◦ blue 230
Shades of Free Speech Magenta #DD63E6
Tints of Free Speech Magenta #DD63E6
RGB
CMYK
RGB Variations
Color information
#DD63E6 (or 0xDD63E6) is known color: Free Speech Magenta. HEX triplet: DD, 63 and E6. RGB value is (221,99,230). Sum of RGB (Red+Green+Blue) = 221+99+230=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63E6 is #229C19. Grayscale: #969696. Windows color (decimal): -2268186 or 15098845. OLE color: 15098845.
HSL color Cylindrical-coordinate representation of color #DD63E6: hue angle of 295.88º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD63E6 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 99 | 230 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.10 |
| HSL | 295.88º | 0.72% | 0.65% | - |
| HSV(B) | 295.88º | 0.57% | 0.9% | - |
| XYZ | 48.56 | 30.01 | 78.1 | - |
| YUV | 150.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 230 | 0.04 | 0.57 | 0 | 0.10 | 295.88 | 0.72 | 0.65 |
| Hex | DD | 63 | E6 | 4 | 39 | 0 | A | 128 | 48 | 41 |
| Octal | 335 | 143 | 346 | 4 | 71 | 0 | 12 | 450 | 110 | 101 |
| Binary | 11011101 | 1100011 | 11100110 | 100 | 111001 | 0 | 1010 | 100101000 | 1001000 | 1000001 |
Color Harmonies of #DD63E6
Complementary color
Monochromatic Colors of #DD63E6
Black with #DD63E6
Text Example
Text Example
White with #DD63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63E6; }
p { color: rgb(221,99,230); }
H1.HeaderClassName
{
color: #DD63E6;
}
.AnyTagClassName
{
color: #DD63E6;
}
</style>
background-color css
<style>
a { background-color: #DD63E6; }
a { background-color: rgb(221,99,230); }
div.DivClassName
{
background-color: #DD63E6;
}
.BgClassName
{
background-color: #DD63E6;
}
</style>
border-color css
<style>
span { border-color: #DD63E6; }
span { border-color: rgb(221,99,230); }
td.TdClassName
{
border-color: #DD63E6;
}
.TagClassName
{
border-color: #DD63E6;
}
</style>