Html Css Color HEX #DD63C2 Free Speech Magenta
📋 copy color: '#DD63C2'red 221 ◦ green 99 ◦ blue 194
Shades of Free Speech Magenta #DD63C2
Tints of Free Speech Magenta #DD63C2
RGB
CMYK
RGB Variations
Color information
#DD63C2 (or 0xDD63C2) is known color: Free Speech Magenta. HEX triplet: DD, 63 and C2. RGB value is (221,99,194). Sum of RGB (Red+Green+Blue) = 221+99+194=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63C2 is #229C3D. Grayscale: #929292. Windows color (decimal): -2268222 or 12739549. OLE color: 12739549.
HSL color Cylindrical-coordinate representation of color #DD63C2: hue angle of 313.28º 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 #DD63C2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 194 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.13 |
| HSL | 313.28º | 0.64% | 0.63% | - |
| HSV(B) | 313.28º | 0.55% | 0.87% | - |
| XYZ | 44.02 | 28.19 | 54.16 | - |
| YUV | 146.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 194 | 0 | 0.55 | 0.12 | 0.13 | 313.28 | 0.64 | 0.63 |
| Hex | DD | 63 | C2 | 0 | 37 | C | D | 139 | 40 | 3F |
| Octal | 335 | 143 | 302 | 0 | 67 | 14 | 15 | 471 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11000010 | 0 | 110111 | 1100 | 1101 | 100111001 | 1000000 | 111111 |
Color Harmonies of #DD63C2
Complementary color
Monochromatic Colors of #DD63C2
Black with #DD63C2
Text Example
Text Example
White with #DD63C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63C2; }
p { color: rgb(221,99,194); }
H1.HeaderClassName
{
color: #DD63C2;
}
.AnyTagClassName
{
color: #DD63C2;
}
</style>
background-color css
<style>
a { background-color: #DD63C2; }
a { background-color: rgb(221,99,194); }
div.DivClassName
{
background-color: #DD63C2;
}
.BgClassName
{
background-color: #DD63C2;
}
</style>
border-color css
<style>
span { border-color: #DD63C2; }
span { border-color: rgb(221,99,194); }
td.TdClassName
{
border-color: #DD63C2;
}
.TagClassName
{
border-color: #DD63C2;
}
</style>