Html Css Color HEX #DD63DF Free Speech Magenta
📋 copy color: '#DD63DF'red 221 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #DD63DF
Tints of Free Speech Magenta #DD63DF
RGB
CMYK
RGB Variations
Color information
#DD63DF (or 0xDD63DF) is known color: Free Speech Magenta. HEX triplet: DD, 63 and DF. RGB value is (221,99,223). Sum of RGB (Red+Green+Blue) = 221+99+223=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63DF is #229C20. Grayscale: #959595. Windows color (decimal): -2268193 or 14640093. OLE color: 14640093.
HSL color Cylindrical-coordinate representation of color #DD63DF: hue angle of 299.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD63DF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 223 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.13 |
| HSL | 299.03º | 0.66% | 0.63% | - |
| HSV(B) | 299.03º | 0.56% | 0.87% | - |
| XYZ | 47.6 | 29.62 | 73.02 | - |
| YUV | 149.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 223 | 0.01 | 0.56 | 0 | 0.13 | 299.03 | 0.66 | 0.63 |
| Hex | DD | 63 | DF | 1 | 38 | 0 | D | 12B | 42 | 3F |
| Octal | 335 | 143 | 337 | 1 | 70 | 0 | 15 | 453 | 102 | 77 |
| Binary | 11011101 | 1100011 | 11011111 | 1 | 111000 | 0 | 1101 | 100101011 | 1000010 | 111111 |
Color Harmonies of #DD63DF
Complementary color
Monochromatic Colors of #DD63DF
Black with #DD63DF
Text Example
Text Example
White with #DD63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63DF; }
p { color: rgb(221,99,223); }
H1.HeaderClassName
{
color: #DD63DF;
}
.AnyTagClassName
{
color: #DD63DF;
}
</style>
background-color css
<style>
a { background-color: #DD63DF; }
a { background-color: rgb(221,99,223); }
div.DivClassName
{
background-color: #DD63DF;
}
.BgClassName
{
background-color: #DD63DF;
}
</style>
border-color css
<style>
span { border-color: #DD63DF; }
span { border-color: rgb(221,99,223); }
td.TdClassName
{
border-color: #DD63DF;
}
.TagClassName
{
border-color: #DD63DF;
}
</style>