Html Css Color HEX #DD63CF Free Speech Magenta
📋 copy color: '#DD63CF'red 221 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #DD63CF
Tints of Free Speech Magenta #DD63CF
RGB
CMYK
RGB Variations
Color information
#DD63CF (or 0xDD63CF) is known color: Free Speech Magenta. HEX triplet: DD, 63 and CF. RGB value is (221,99,207). Sum of RGB (Red+Green+Blue) = 221+99+207=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63CF is #229C30. Grayscale: #939393. Windows color (decimal): -2268209 or 13591517. OLE color: 13591517.
HSL color Cylindrical-coordinate representation of color #DD63CF: hue angle of 306.89º 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 #DD63CF is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 207 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.13 |
| HSL | 306.89º | 0.64% | 0.63% | - |
| HSV(B) | 306.89º | 0.55% | 0.87% | - |
| XYZ | 45.54 | 28.8 | 62.19 | - |
| YUV | 147.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 207 | 0 | 0.55 | 0.06 | 0.13 | 306.89 | 0.64 | 0.63 |
| Hex | DD | 63 | CF | 0 | 37 | 6 | D | 133 | 40 | 3F |
| Octal | 335 | 143 | 317 | 0 | 67 | 6 | 15 | 463 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11001111 | 0 | 110111 | 110 | 1101 | 100110011 | 1000000 | 111111 |
Color Harmonies of #DD63CF
Complementary color
Monochromatic Colors of #DD63CF
Black with #DD63CF
Text Example
Text Example
White with #DD63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63CF; }
p { color: rgb(221,99,207); }
H1.HeaderClassName
{
color: #DD63CF;
}
.AnyTagClassName
{
color: #DD63CF;
}
</style>
background-color css
<style>
a { background-color: #DD63CF; }
a { background-color: rgb(221,99,207); }
div.DivClassName
{
background-color: #DD63CF;
}
.BgClassName
{
background-color: #DD63CF;
}
</style>
border-color css
<style>
span { border-color: #DD63CF; }
span { border-color: rgb(221,99,207); }
td.TdClassName
{
border-color: #DD63CF;
}
.TagClassName
{
border-color: #DD63CF;
}
</style>