Html Css Color HEX #DD63D4 Free Speech Magenta
📋 copy color: '#DD63D4'red 221 ◦ green 99 ◦ blue 212
Shades of Free Speech Magenta #DD63D4
Tints of Free Speech Magenta #DD63D4
RGB
CMYK
RGB Variations
Color information
#DD63D4 (or 0xDD63D4) is known color: Free Speech Magenta. HEX triplet: DD, 63 and D4. RGB value is (221,99,212). Sum of RGB (Red+Green+Blue) = 221+99+212=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63D4 is #229C2B. Grayscale: #949494. Windows color (decimal): -2268204 or 13919197. OLE color: 13919197.
HSL color Cylindrical-coordinate representation of color #DD63D4: hue angle of 304.43º 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 #DD63D4 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 212 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.13 |
| HSL | 304.43º | 0.64% | 0.63% | - |
| HSV(B) | 304.43º | 0.55% | 0.87% | - |
| XYZ | 46.16 | 29.05 | 65.46 | - |
| YUV | 148.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 212 | 0 | 0.55 | 0.04 | 0.13 | 304.43 | 0.64 | 0.63 |
| Hex | DD | 63 | D4 | 0 | 37 | 4 | D | 130 | 40 | 3F |
| Octal | 335 | 143 | 324 | 0 | 67 | 4 | 15 | 460 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11010100 | 0 | 110111 | 100 | 1101 | 100110000 | 1000000 | 111111 |
Color Harmonies of #DD63D4
Complementary color
Monochromatic Colors of #DD63D4
Black with #DD63D4
Text Example
Text Example
White with #DD63D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63D4; }
p { color: rgb(221,99,212); }
H1.HeaderClassName
{
color: #DD63D4;
}
.AnyTagClassName
{
color: #DD63D4;
}
</style>
background-color css
<style>
a { background-color: #DD63D4; }
a { background-color: rgb(221,99,212); }
div.DivClassName
{
background-color: #DD63D4;
}
.BgClassName
{
background-color: #DD63D4;
}
</style>
border-color css
<style>
span { border-color: #DD63D4; }
span { border-color: rgb(221,99,212); }
td.TdClassName
{
border-color: #DD63D4;
}
.TagClassName
{
border-color: #DD63D4;
}
</style>