Html Css Color HEX #DD63D0 Free Speech Magenta
📋 copy color: '#DD63D0'red 221 ◦ green 99 ◦ blue 208
Shades of Free Speech Magenta #DD63D0
Tints of Free Speech Magenta #DD63D0
RGB
CMYK
RGB Variations
Color information
#DD63D0 (or 0xDD63D0) is known color: Free Speech Magenta. HEX triplet: DD, 63 and D0. RGB value is (221,99,208). Sum of RGB (Red+Green+Blue) = 221+99+208=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63D0 is #229C2F. Grayscale: #939393. Windows color (decimal): -2268208 or 13657053. OLE color: 13657053.
HSL color Cylindrical-coordinate representation of color #DD63D0: hue angle of 306.39º 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 #DD63D0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 208 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.13 |
| HSL | 306.39º | 0.64% | 0.63% | - |
| HSV(B) | 306.39º | 0.55% | 0.87% | - |
| XYZ | 45.67 | 28.85 | 62.84 | - |
| YUV | 147.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 208 | 0 | 0.55 | 0.06 | 0.13 | 306.39 | 0.64 | 0.63 |
| Hex | DD | 63 | D0 | 0 | 37 | 6 | D | 132 | 40 | 3F |
| Octal | 335 | 143 | 320 | 0 | 67 | 6 | 15 | 462 | 100 | 77 |
| Binary | 11011101 | 1100011 | 11010000 | 0 | 110111 | 110 | 1101 | 100110010 | 1000000 | 111111 |
Color Harmonies of #DD63D0
Complementary color
Monochromatic Colors of #DD63D0
Black with #DD63D0
Text Example
Text Example
White with #DD63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63D0; }
p { color: rgb(221,99,208); }
H1.HeaderClassName
{
color: #DD63D0;
}
.AnyTagClassName
{
color: #DD63D0;
}
</style>
background-color css
<style>
a { background-color: #DD63D0; }
a { background-color: rgb(221,99,208); }
div.DivClassName
{
background-color: #DD63D0;
}
.BgClassName
{
background-color: #DD63D0;
}
</style>
border-color css
<style>
span { border-color: #DD63D0; }
span { border-color: rgb(221,99,208); }
td.TdClassName
{
border-color: #DD63D0;
}
.TagClassName
{
border-color: #DD63D0;
}
</style>