Html Css Color HEX #DD63D6 Free Speech Magenta
📋 copy color: '#DD63D6'red 221 ◦ green 99 ◦ blue 214
Shades of Free Speech Magenta #DD63D6
Tints of Free Speech Magenta #DD63D6
RGB
CMYK
RGB Variations
Color information
#DD63D6 (or 0xDD63D6) is known color: Free Speech Magenta. HEX triplet: DD, 63 and D6. RGB value is (221,99,214). Sum of RGB (Red+Green+Blue) = 221+99+214=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63D6 is #229C29. Grayscale: #949494. Windows color (decimal): -2268202 or 14050269. OLE color: 14050269.
HSL color Cylindrical-coordinate representation of color #DD63D6: hue angle of 303.44º 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 #DD63D6 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 214 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.13 |
| HSL | 303.44º | 0.64% | 0.63% | - |
| HSV(B) | 303.44º | 0.55% | 0.87% | - |
| XYZ | 46.42 | 29.15 | 66.8 | - |
| YUV | 148.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 214 | 0 | 0.55 | 0.03 | 0.13 | 303.44 | 0.64 | 0.63 |
| Hex | DD | 63 | D6 | 0 | 37 | 3 | D | 12F | 40 | 3F |
| Octal | 335 | 143 | 326 | 0 | 67 | 3 | 15 | 457 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11010110 | 0 | 110111 | 11 | 1101 | 100101111 | 1000000 | 111111 |
Color Harmonies of #DD63D6
Complementary color
Monochromatic Colors of #DD63D6
Black with #DD63D6
Text Example
Text Example
White with #DD63D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63D6; }
p { color: rgb(221,99,214); }
H1.HeaderClassName
{
color: #DD63D6;
}
.AnyTagClassName
{
color: #DD63D6;
}
</style>
background-color css
<style>
a { background-color: #DD63D6; }
a { background-color: rgb(221,99,214); }
div.DivClassName
{
background-color: #DD63D6;
}
.BgClassName
{
background-color: #DD63D6;
}
</style>
border-color css
<style>
span { border-color: #DD63D6; }
span { border-color: rgb(221,99,214); }
td.TdClassName
{
border-color: #DD63D6;
}
.TagClassName
{
border-color: #DD63D6;
}
</style>