Html Css Color HEX #DD63BD Free Speech Magenta
📋 copy color: '#DD63BD'red 221 ◦ green 99 ◦ blue 189
Shades of Free Speech Magenta #DD63BD
Tints of Free Speech Magenta #DD63BD
RGB
CMYK
RGB Variations
Color information
#DD63BD (or 0xDD63BD) is known color: Free Speech Magenta. HEX triplet: DD, 63 and BD. RGB value is (221,99,189). Sum of RGB (Red+Green+Blue) = 221+99+189=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63BD is #229C42. Grayscale: #919191. Windows color (decimal): -2268227 or 12411869. OLE color: 12411869.
HSL color Cylindrical-coordinate representation of color #DD63BD: hue angle of 315.74º 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 #DD63BD is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 189 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.13 |
| HSL | 315.74º | 0.64% | 0.63% | - |
| HSV(B) | 315.74º | 0.55% | 0.87% | - |
| XYZ | 43.47 | 27.97 | 51.25 | - |
| YUV | 145.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 189 | 0 | 0.55 | 0.14 | 0.13 | 315.74 | 0.64 | 0.63 |
| Hex | DD | 63 | BD | 0 | 37 | E | D | 13C | 40 | 3F |
| Octal | 335 | 143 | 275 | 0 | 67 | 16 | 15 | 474 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10111101 | 0 | 110111 | 1110 | 1101 | 100111100 | 1000000 | 111111 |
Color Harmonies of #DD63BD
Complementary color
Monochromatic Colors of #DD63BD
Black with #DD63BD
Text Example
Text Example
White with #DD63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63BD; }
p { color: rgb(221,99,189); }
H1.HeaderClassName
{
color: #DD63BD;
}
.AnyTagClassName
{
color: #DD63BD;
}
</style>
background-color css
<style>
a { background-color: #DD63BD; }
a { background-color: rgb(221,99,189); }
div.DivClassName
{
background-color: #DD63BD;
}
.BgClassName
{
background-color: #DD63BD;
}
</style>
border-color css
<style>
span { border-color: #DD63BD; }
span { border-color: rgb(221,99,189); }
td.TdClassName
{
border-color: #DD63BD;
}
.TagClassName
{
border-color: #DD63BD;
}
</style>