Html Css Color HEX #DD63DB Free Speech Magenta
📋 copy color: '#DD63DB'red 221 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #DD63DB
Tints of Free Speech Magenta #DD63DB
RGB
CMYK
RGB Variations
Color information
#DD63DB (or 0xDD63DB) is known color: Free Speech Magenta. HEX triplet: DD, 63 and DB. RGB value is (221,99,219). Sum of RGB (Red+Green+Blue) = 221+99+219=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63DB is #229C24. Grayscale: #949494. Windows color (decimal): -2268197 or 14377949. OLE color: 14377949.
HSL color Cylindrical-coordinate representation of color #DD63DB: hue angle of 300.98º 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 #DD63DB is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 219 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.13 |
| HSL | 300.98º | 0.64% | 0.63% | - |
| HSV(B) | 300.98º | 0.55% | 0.87% | - |
| XYZ | 47.07 | 29.41 | 70.21 | - |
| YUV | 149.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 219 | 0 | 0.55 | 0.01 | 0.13 | 300.98 | 0.64 | 0.63 |
| Hex | DD | 63 | DB | 0 | 37 | 1 | D | 12D | 40 | 3F |
| Octal | 335 | 143 | 333 | 0 | 67 | 1 | 15 | 455 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11011011 | 0 | 110111 | 1 | 1101 | 100101101 | 1000000 | 111111 |
Color Harmonies of #DD63DB
Complementary color
Monochromatic Colors of #DD63DB
Black with #DD63DB
Text Example
Text Example
White with #DD63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63DB; }
p { color: rgb(221,99,219); }
H1.HeaderClassName
{
color: #DD63DB;
}
.AnyTagClassName
{
color: #DD63DB;
}
</style>
background-color css
<style>
a { background-color: #DD63DB; }
a { background-color: rgb(221,99,219); }
div.DivClassName
{
background-color: #DD63DB;
}
.BgClassName
{
background-color: #DD63DB;
}
</style>
border-color css
<style>
span { border-color: #DD63DB; }
span { border-color: rgb(221,99,219); }
td.TdClassName
{
border-color: #DD63DB;
}
.TagClassName
{
border-color: #DD63DB;
}
</style>